Html Css Color HEX #C5462B Trinidad

📋 copy color: '#C5462B'

red 197 ◦ green 70 ◦ blue 43

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

Shades of Trinidad #C5462B

Tints of Trinidad #C5462B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

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

R = 63.55%
G = 22.58%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5462B (or 0xC5462B) is known color: Trinidad. HEX triplet: C5, 46 and 2B. RGB value is (197,70,43). Sum of RGB (Red+Green+Blue) = 197+70+43=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5462B is #3AB9D4. Grayscale: #696969. Windows color (decimal): -3848661 or 2836165. OLE color: 2836165.

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

Color convert

RGB 197 70 43 -
CMYK 0 0.64 0.78 0.23
HSL 10.52º 0.64% 0.47% -
HSV(B) 10.52º 0.78% 0.77% -
XYZ 25.65 16.43 4.1 -
YUV 104.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 197 70 43 0 0.64 0.78 0.23 10.52 0.64 0.47
Hex C5 46 2B 0 40 4E 17 B 40 2F
Octal 305 106 53 0 100 116 27 13 100 57
Binary 11000101 1000110 101011 0 1000000 1001110 10111 1011 1000000 101111

Color Harmonies of #C5462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5462B

Black with #C5462B

Text Example


Text Example

White with #C5462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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