#C44920

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

Shades of Trinidad #C44920

Tints of Trinidad #C44920

Color information

#C44920 (or 0xC44920) is unknown color: approx Trinidad. HEX triplet: C4, 49 and 20. RGB value is (196,73,32). Sum of RGB (Red+Green+Blue) = 196+73+32=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C44920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44920 is #3BB6DF. Grayscale: #696969. Windows color (decimal): -3913440 or 2116036. OLE color: 2116036.

HSL color Cylindrical-coordinate representation of color #C44920: hue angle of 15º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C44920 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB1967332-
CMYK00.630.840.23
HSL15º71.93%44.71%-
HSV(B)15º83.67%76.86%-
XYZ25.4116.613.23-
YUV105.186.75192.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.12%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 32 (12.89% from 255) = 10.63%
R=65.12%
G=24.25%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196733200.630.840.231571.9344.71
HexC4492003F5417f482d
Octal30411140077124271711055
Binary110001001001001100000011111110101001011111111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44920; }

 p { color: rgb(196,73,32); }

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

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

 a { background-color: rgb(196,73,32); }

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

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

 span { border-color: rgb(196,73,32); }

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