Html Css Color HEX #C4172C Cardinal

📋 copy color: '#C4172C'

red 196 ◦ green 23 ◦ blue 44

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

Shades of Cardinal #C4172C

Tints of Cardinal #C4172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 74.52%
G = 8.75%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4172C (or 0xC4172C) is known color: Cardinal. HEX triplet: C4, 17 and 2C. RGB value is (196,23,44). Sum of RGB (Red+Green+Blue) = 196+23+44=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C4172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4172C is #3BE8D3. Grayscale: #4D4D4D. Windows color (decimal): -3926228 or 2889668. OLE color: 2889668.

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

Color convert

RGB 196 23 44 -
CMYK 0 0.88 0.78 0.23
HSL 352.72º 0.79% 0.43% -
HSV(B) 352.72º 0.88% 0.77% -
XYZ 23.53 12.53 3.56 -
YUV 77.12 109.31 212.79 -
System Red Green Blue C M Y K H S L
Decimal 196 23 44 0 0.88 0.78 0.23 352.72 0.79 0.43
Hex C4 17 2C 0 58 4E 17 161 4F 2B
Octal 304 27 54 0 130 116 27 541 117 53
Binary 11000100 10111 101100 0 1011000 1001110 10111 101100001 1001111 101011

Color Harmonies of #C4172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4172C

Black with #C4172C

Text Example


Text Example

White with #C4172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4172C; }

 p { color: rgb(196,23,44); }

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

background-color css

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

 a { background-color: rgb(196,23,44); }

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

border-color css

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

 span { border-color: rgb(196,23,44); }

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