#CA4521

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

Shades of Trinidad #CA4521

Tints of Trinidad #CA4521

Color information

#CA4521 (or 0xCA4521) is unknown color: approx Trinidad. HEX triplet: CA, 45 and 21. RGB value is (202,69,33). Sum of RGB (Red+Green+Blue) = 202+69+33=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4521 is #35BADE. Grayscale: #686868. Windows color (decimal): -3521247 or 2180554. OLE color: 2180554.

HSL color Cylindrical-coordinate representation of color #CA4521: hue angle of 12.78º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA4521 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB2026933-
CMYK00.660.840.21
HSL12.78º71.91%46.08%-
HSV(B)12.78º83.66%79.22%-
XYZ26.7616.923.29-
YUV104.6687.56197.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.45%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 33 (13.28% from 255) = 10.86%
R=66.45%
G=22.70%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202693300.660.840.2112.7871.9146.08
HexCA45210425415d482e
Octal312105410102124251511056
Binary1100101010001011000010100001010101001010111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4521; }

 p { color: rgb(202,69,33); }

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

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

 a { background-color: rgb(202,69,33); }

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

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

 span { border-color: rgb(202,69,33); }

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