Html Css Color HEX #C5482B Trinidad

📋 copy color: '#C5482B'

red 197 ◦ green 72 ◦ blue 43

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

Shades of Trinidad #C5482B

Tints of Trinidad #C5482B

RGB

 RED value IS 197 (77.34% from 255) = 63.14%

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

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

R = 63.14%
G = 23.08%
B = 13.78%

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

#C5482B (or 0xC5482B) is known color: Trinidad. HEX triplet: C5, 48 and 2B. RGB value is (197,72,43). Sum of RGB (Red+Green+Blue) = 197+72+43=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5482B is #3AB7D4. Grayscale: #6A6A6A. Windows color (decimal): -3848149 or 2836677. OLE color: 2836677.

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

Color convert

RGB 197 72 43 -
CMYK 0 0.63 0.78 0.23
HSL 11.3º 0.64% 0.47% -
HSV(B) 11.3º 0.78% 0.77% -
XYZ 25.78 16.68 4.15 -
YUV 106.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 197 72 43 0 0.63 0.78 0.23 11.3 0.64 0.47
Hex C5 48 2B 0 3F 4E 17 B 40 2F
Octal 305 110 53 0 77 116 27 13 100 57
Binary 11000101 1001000 101011 0 111111 1001110 10111 1011 1000000 101111

Color Harmonies of #C5482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5482B

Black with #C5482B

Text Example


Text Example

White with #C5482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5482B; }

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

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

background-color css

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

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

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

border-color css

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

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

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