Html Css Color HEX #C4512B Trinidad

📋 copy color: '#C4512B'

red 196 ◦ green 81 ◦ blue 43

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

Shades of Trinidad #C4512B

Tints of Trinidad #C4512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.31%

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 61.25%
G = 25.31%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4512B (or 0xC4512B) is known color: Trinidad. HEX triplet: C4, 51 and 2B. RGB value is (196,81,43). Sum of RGB (Red+Green+Blue) = 196+81+43=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4512B is #3BAED4. Grayscale: #6F6F6F. Windows color (decimal): -3911381 or 2838980. OLE color: 2838980.

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

Color convert

RGB 196 81 43 -
CMYK 0 0.59 0.78 0.23
HSL 14.9º 0.64% 0.47% -
HSV(B) 14.9º 0.78% 0.77% -
XYZ 26.14 17.8 4.34 -
YUV 111.05 89.6 188.59 -
System Red Green Blue C M Y K H S L
Decimal 196 81 43 0 0.59 0.78 0.23 14.9 0.64 0.47
Hex C4 51 2B 0 3B 4E 17 F 40 2F
Octal 304 121 53 0 73 116 27 17 100 57
Binary 11000100 1010001 101011 0 111011 1001110 10111 1111 1000000 101111

Color Harmonies of #C4512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4512B

Black with #C4512B

Text Example


Text Example

White with #C4512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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