Html Css Color HEX #C4122D Cardinal

📋 copy color: '#C4122D'

red 196 ◦ green 18 ◦ blue 45

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

Shades of Cardinal #C4122D

Tints of Cardinal #C4122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

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

R = 75.68%
G = 6.95%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4122D (or 0xC4122D) is known color: Cardinal. HEX triplet: C4, 12 and 2D. RGB value is (196,18,45). Sum of RGB (Red+Green+Blue) = 196+18+45=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4122D is #3BEDD2. Grayscale: #4A4A4A. Windows color (decimal): -3927507 or 2953924. OLE color: 2953924.

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

Color convert

RGB 196 18 45 -
CMYK 0 0.91 0.77 0.23
HSL 350.9º 0.83% 0.42% -
HSV(B) 350.9º 0.91% 0.77% -
XYZ 23.45 12.36 3.63 -
YUV 74.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 196 18 45 0 0.91 0.77 0.23 350.9 0.83 0.42
Hex C4 12 2D 0 5B 4D 17 15F 53 2A
Octal 304 22 55 0 133 115 27 537 123 52
Binary 11000100 10010 101101 0 1011011 1001101 10111 101011111 1010011 101010

Color Harmonies of #C4122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4122D

Black with #C4122D

Text Example


Text Example

White with #C4122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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