#C34A30

Color #C34A30 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C34A30

Tints of Trinidad #C34A30

Color information

#C34A30 (or 0xC34A30) is unknown color: approx Trinidad. HEX triplet: C3, 4A and 30. RGB value is (195,74,48). Sum of RGB (Red+Green+Blue) = 195+74+48=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A30 is #3CB5CF. Grayscale: #6B6B6B. Windows color (decimal): -3978704 or 3164867. OLE color: 3164867.

HSL color Cylindrical-coordinate representation of color #C34A30: hue angle of 10.61º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C34A30 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1957448-
CMYK00.620.750.24
HSL10.61º60.49%47.65%-
HSV(B)10.61º75.38%76.47%-
XYZ25.4916.714.68-
YUV107.2194.59190.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 61.51%
GREEN value IS 74 (29.30% from 255) = 23.34%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=61.51%
G=23.34%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195744800.620.750.2410.6160.4947.65
HexC34A3003E4B18b3c30
Octal3031126007611330137460
Binary11000011100101011000001111101001011110001011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34A30; }

 p { color: rgb(195,74,48); }

 H1.HeaderClassName
 {
   color: #C34A30;
 }
 .AnyTagClassName
 {
   color: #C34A30;
 }
</style>
background-color css

<style>
 a { background-color: #C34A30; }

 a { background-color: rgb(195,74,48); }

 div.DivClassName
 {
   background-color: #C34A30;
 }
 .BgClassName
 {
   background-color: #C34A30;
 }
</style>
border-color css

<style>
 span { border-color: #C34A30; }

 span { border-color: rgb(195,74,48); }

 td.TdClassName
 {
   border-color: #C34A30;
 }
 .TagClassName
 {
   border-color: #C34A30;
 }
</style>