Html Css Color HEX #C4482B Trinidad

📋 copy color: '#C4482B'

red 196 ◦ green 72 ◦ blue 43

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

Shades of Trinidad #C4482B

Tints of Trinidad #C4482B

RGB

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

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

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

R = 63.02%
G = 23.15%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4482B (or 0xC4482B) is known color: Trinidad. HEX triplet: C4, 48 and 2B. RGB value is (196,72,43). Sum of RGB (Red+Green+Blue) = 196+72+43=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4482B is #3BB7D4. Grayscale: #6A6A6A. Windows color (decimal): -3913685 or 2836676. OLE color: 2836676.

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

Color convert

RGB 196 72 43 -
CMYK 0 0.63 0.78 0.23
HSL 11.37º 0.64% 0.47% -
HSV(B) 11.37º 0.78% 0.77% -
XYZ 25.52 16.54 4.13 -
YUV 105.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 196 72 43 0 0.63 0.78 0.23 11.37 0.64 0.47
Hex C4 48 2B 0 3F 4E 17 B 40 2F
Octal 304 110 53 0 77 116 27 13 100 57
Binary 11000100 1001000 101011 0 111111 1001110 10111 1011 1000000 101111

Color Harmonies of #C4482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4482B

Black with #C4482B

Text Example


Text Example

White with #C4482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4482B; }

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

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

background-color css

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

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

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

border-color css

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

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

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