Html Css Color HEX #C4132D Cardinal

📋 copy color: '#C4132D'

red 196 ◦ green 19 ◦ blue 45

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

Shades of Cardinal #C4132D

Tints of Cardinal #C4132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 75.38%
G = 7.31%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4132D (or 0xC4132D) is known color: Cardinal. HEX triplet: C4, 13 and 2D. RGB value is (196,19,45). Sum of RGB (Red+Green+Blue) = 196+19+45=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4132D is #3BECD2. Grayscale: #4A4A4A. Windows color (decimal): -3927251 or 2954180. OLE color: 2954180.

HSL color Cylindrical-coordinate representation of color #C4132D: hue angle of 351.19º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4132D is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 45 -
CMYK 0 0.90 0.77 0.23
HSL 351.19º 0.82% 0.42% -
HSV(B) 351.19º 0.9% 0.77% -
XYZ 23.47 12.39 3.64 -
YUV 74.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 196 19 45 0 0.90 0.77 0.23 351.19 0.82 0.42
Hex C4 13 2D 0 5A 4D 17 15F 52 2A
Octal 304 23 55 0 132 115 27 537 122 52
Binary 11000100 10011 101101 0 1011010 1001101 10111 101011111 1010010 101010

Color Harmonies of #C4132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4132D

Black with #C4132D

Text Example


Text Example

White with #C4132D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4132D; }

 p { color: rgb(196,19,45); }

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

background-color css

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

 a { background-color: rgb(196,19,45); }

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

border-color css

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

 span { border-color: rgb(196,19,45); }

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