Html Css Color HEX #C44829 Trinidad

📋 copy color: '#C44829'

red 196 ◦ green 72 ◦ blue 41

#C44829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #C44829

Tints of Trinidad #C44829

RGB

 RED value IS 196 (76.95% from 255) = 63.43%

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 63.43%
G = 23.3%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C44829 (or 0xC44829) is known color: Trinidad. HEX triplet: C4, 48 and 29. RGB value is (196,72,41). Sum of RGB (Red+Green+Blue) = 196+72+41=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C44829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44829 is #3BB7D6. Grayscale: #696969. Windows color (decimal): -3913687 or 2705604. OLE color: 2705604.

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

Color convert

RGB 196 72 41 -
CMYK 0 0.63 0.79 0.23
HSL 12º 0.65% 0.46% -
HSV(B) 12º 0.79% 0.77% -
XYZ 25.48 16.53 3.95 -
YUV 105.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 196 72 41 0 0.63 0.79 0.23 12 0.65 0.46
Hex C4 48 29 0 3F 4F 17 C 41 2E
Octal 304 110 51 0 77 117 27 14 101 56
Binary 11000100 1001000 101001 0 111111 1001111 10111 1100 1000001 101110

Color Harmonies of #C44829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44829

Black with #C44829

Text Example


Text Example

White with #C44829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44829; }

 p { color: rgb(196,72,41); }

 H1.HeaderClassName
 {
   color: #C44829;
 }
 .AnyTagClassName
 {
   color: #C44829;
 }
</style>

background-color css

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

 a { background-color: rgb(196,72,41); }

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

border-color css

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

 span { border-color: rgb(196,72,41); }

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