Html Css Color HEX #C4162F Cardinal

📋 copy color: '#C4162F'

red 196 ◦ green 22 ◦ blue 47

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

Shades of Cardinal #C4162F

Tints of Cardinal #C4162F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.74%

R = 73.96%
G = 8.3%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4162F (or 0xC4162F) is known color: Cardinal. HEX triplet: C4, 16 and 2F. RGB value is (196,22,47). Sum of RGB (Red+Green+Blue) = 196+22+47=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C4162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4162F is #3BE9D0. Grayscale: #4C4C4C. Windows color (decimal): -3926481 or 3086020. OLE color: 3086020.

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

Color convert

RGB 196 22 47 -
CMYK 0 0.89 0.76 0.23
HSL 351.38º 0.8% 0.43% -
HSV(B) 351.38º 0.89% 0.77% -
XYZ 23.56 12.51 3.86 -
YUV 76.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 196 22 47 0 0.89 0.76 0.23 351.38 0.8 0.43
Hex C4 16 2F 0 59 4C 17 15F 50 2B
Octal 304 26 57 0 131 114 27 537 120 53
Binary 11000100 10110 101111 0 1011001 1001100 10111 101011111 1010000 101011

Color Harmonies of #C4162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4162F

Black with #C4162F

Text Example


Text Example

White with #C4162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4162F; }

 p { color: rgb(196,22,47); }

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

background-color css

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

 a { background-color: rgb(196,22,47); }

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

border-color css

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

 span { border-color: rgb(196,22,47); }

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