Html Css Color HEX #C12036 Cardinal

📋 copy color: '#C12036'

red 193 ◦ green 32 ◦ blue 54

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

Shades of Cardinal #C12036

Tints of Cardinal #C12036

RGB

 RED value IS 193 (75.78% from 255) = 69.18%

 GREEN value IS 32 (12.89% from 255) = 11.47%

 BLUE value IS 54 (21.48% from 255) = 19.35%

R = 69.18%
G = 11.47%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C12036 (or 0xC12036) is known color: Cardinal. HEX triplet: C1, 20 and 36. RGB value is (193,32,54). Sum of RGB (Red+Green+Blue) = 193+32+54=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C12036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12036 is #3EDFC9. Grayscale: #525252. Windows color (decimal): -4120522 or 3547329. OLE color: 3547329.

HSL color Cylindrical-coordinate representation of color #C12036: hue angle of 351.8º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12036 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 54 -
CMYK 0 0.83 0.72 0.24
HSL 351.8º 0.72% 0.44% -
HSV(B) 351.8º 0.83% 0.76% -
XYZ 23.17 12.64 4.71 -
YUV 82.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 193 32 54 0 0.83 0.72 0.24 351.8 0.72 0.44
Hex C1 20 36 0 53 48 18 160 48 2C
Octal 301 40 66 0 123 110 30 540 110 54
Binary 11000001 100000 110110 0 1010011 1001000 11000 101100000 1001000 101100

Color Harmonies of #C12036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12036

Black with #C12036

Text Example


Text Example

White with #C12036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12036; }

 p { color: rgb(193,32,54); }

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

background-color css

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

 a { background-color: rgb(193,32,54); }

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

border-color css

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

 span { border-color: rgb(193,32,54); }

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