#C44028

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

Shades of Trinidad #C44028

Tints of Trinidad #C44028

Color information

#C44028 (or 0xC44028) is unknown color: approx Trinidad. HEX triplet: C4, 40 and 28. RGB value is (196,64,40). Sum of RGB (Red+Green+Blue) = 196+64+40=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C44028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44028 is #3BBFD7. Grayscale: #646464. Windows color (decimal): -3915736 or 2638020. OLE color: 2638020.

HSL color Cylindrical-coordinate representation of color #C44028: hue angle of 9.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C44028 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB1966440-
CMYK00.670.800.23
HSL9.23º66.1%46.27%-
HSV(B)9.23º79.59%76.86%-
XYZ24.9815.563.69-
YUV100.7393.73195.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.33%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 40 (16.02% from 255) = 13.33%
R=65.33%
G=21.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196644000.670.800.239.2366.146.27
HexC4402804350179422e
Octal304100500103120271110256
Binary1100010010000001010000100001110100001011110011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44028; }

 p { color: rgb(196,64,40); }

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

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

 a { background-color: rgb(196,64,40); }

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

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

 span { border-color: rgb(196,64,40); }

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