#c44328

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

Shades of Trinidad #C44328

Tints of Trinidad #C44328

Color information

#C44328 (or 0xC44328) is unknown color: approx Trinidad. HEX triplet: C4, 43 and 28. RGB value is (196,67,40). Sum of RGB (Red+Green+Blue) = 196+67+40=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C44328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44328 is #3BBCD7. Grayscale: #666666. Windows color (decimal): -3914968 or 2638788. OLE color: 2638788.

HSL color Cylindrical-coordinate representation of color #C44328: hue angle of 10.38º 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 #C44328 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB1966740-
CMYK00.660.800.23
HSL10.38º66.1%46.27%-
HSV(B)10.38º79.59%76.86%-
XYZ25.1615.93.75-
YUV102.4992.74194.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.69%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 40 (16.02% from 255) = 13.20%
R=64.69%
G=22.11%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196674000.660.800.2310.3866.146.27
HexC443280425017a422e
Octal304103500102120271210256
Binary1100010010000111010000100001010100001011110101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c44328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c44328; }

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

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

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

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

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

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

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

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