#C4432B

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

Shades of Trinidad #C4432B

Tints of Trinidad #C4432B

Color information

#C4432B (or 0xC4432B) is unknown color: approx Trinidad. HEX triplet: C4, 43 and 2B. RGB value is (196,67,43). Sum of RGB (Red+Green+Blue) = 196+67+43=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4432B is #3BBCD4. Grayscale: #676767. Windows color (decimal): -3914965 or 2835396. OLE color: 2835396.

HSL color Cylindrical-coordinate representation of color #C4432B: hue angle of 9.41º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4432B is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB1966743-
CMYK00.660.780.23
HSL9.41º64.02%46.86%-
HSV(B)9.41º78.06%76.86%-
XYZ25.2115.924.03-
YUV102.8494.24194.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.05%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 43 (17.19% from 255) = 14.05%
R=64.05%
G=21.90%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196674300.660.780.239.4164.0246.86
HexC4432B0424E179402f
Octal304103530102116271110057
Binary1100010010000111010110100001010011101011110011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4432B; }

 p { color: rgb(196,67,43); }

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

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

 a { background-color: rgb(196,67,43); }

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

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

 span { border-color: rgb(196,67,43); }

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