Html Css Color HEX #C4122E Cardinal

📋 copy color: '#C4122E'

red 196 ◦ green 18 ◦ blue 46

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

Shades of Cardinal #C4122E

Tints of Cardinal #C4122E

RGB

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

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

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

R = 75.38%
G = 6.92%
B = 17.69%

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

#C4122E (or 0xC4122E) is known color: Cardinal. HEX triplet: C4, 12 and 2E. RGB value is (196,18,46). Sum of RGB (Red+Green+Blue) = 196+18+46=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4122E is #3BEDD1. Grayscale: #4A4A4A. Windows color (decimal): -3927506 or 3019460. OLE color: 3019460.

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

Color convert

RGB 196 18 46 -
CMYK 0 0.91 0.77 0.23
HSL 350.56º 0.83% 0.42% -
HSV(B) 350.56º 0.91% 0.77% -
XYZ 23.47 12.37 3.73 -
YUV 74.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 196 18 46 0 0.91 0.77 0.23 350.56 0.83 0.42
Hex C4 12 2E 0 5B 4D 17 15F 53 2A
Octal 304 22 56 0 133 115 27 537 123 52
Binary 11000100 10010 101110 0 1011011 1001101 10111 101011111 1010011 101010

Color Harmonies of #C4122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4122E

Black with #C4122E

Text Example


Text Example

White with #C4122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4122E; }

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

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

background-color css

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

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

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

border-color css

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

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

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