Html Css Color HEX #C5162E Cardinal

📋 copy color: '#C5162E'

red 197 ◦ green 22 ◦ blue 46

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

Shades of Cardinal #C5162E

Tints of Cardinal #C5162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

 BLUE value IS 46 (18.36% from 255) = 17.36%

R = 74.34%
G = 8.3%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5162E (or 0xC5162E) is known color: Cardinal. HEX triplet: C5, 16 and 2E. RGB value is (197,22,46). Sum of RGB (Red+Green+Blue) = 197+22+46=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5162E is #3AE9D1. Grayscale: #4D4D4D. Windows color (decimal): -3860946 or 3020485. OLE color: 3020485.

HSL color Cylindrical-coordinate representation of color #C5162E: hue angle of 351.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5162E is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 46 -
CMYK 0 0.89 0.77 0.23
HSL 351.77º 0.8% 0.43% -
HSV(B) 351.77º 0.89% 0.77% -
XYZ 23.81 12.64 3.77 -
YUV 77.06 110.48 213.55 -
System Red Green Blue C M Y K H S L
Decimal 197 22 46 0 0.89 0.77 0.23 351.77 0.8 0.43
Hex C5 16 2E 0 59 4D 17 160 50 2B
Octal 305 26 56 0 131 115 27 540 120 53
Binary 11000101 10110 101110 0 1011001 1001101 10111 101100000 1010000 101011

Color Harmonies of #C5162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5162E

Black with #C5162E

Text Example


Text Example

White with #C5162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5162E; }

 p { color: rgb(197,22,46); }

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

background-color css

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

 a { background-color: rgb(197,22,46); }

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

border-color css

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

 span { border-color: rgb(197,22,46); }

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