Html Css Color HEX #C12132 Cardinal

📋 copy color: '#C12132'

red 193 ◦ green 33 ◦ blue 50

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

Shades of Cardinal #C12132

Tints of Cardinal #C12132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 69.93%
G = 11.96%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C12132 (or 0xC12132) is known color: Cardinal. HEX triplet: C1, 21 and 32. RGB value is (193,33,50). Sum of RGB (Red+Green+Blue) = 193+33+50=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C12132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12132 is #3EDECD. Grayscale: #525252. Windows color (decimal): -4120270 or 3285441. OLE color: 3285441.

HSL color Cylindrical-coordinate representation of color #C12132: hue angle of 353.62º degrees, saturation: 0.71, 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 #C12132 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 50 -
CMYK 0 0.83 0.74 0.24
HSL 353.63º 0.71% 0.44% -
HSV(B) 353.63º 0.83% 0.76% -
XYZ 23.11 12.66 4.24 -
YUV 82.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 193 33 50 0 0.83 0.74 0.24 353.63 0.71 0.44
Hex C1 21 32 0 53 4A 18 162 47 2C
Octal 301 41 62 0 123 112 30 542 107 54
Binary 11000001 100001 110010 0 1010011 1001010 11000 101100010 1000111 101100

Color Harmonies of #C12132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12132

Black with #C12132

Text Example


Text Example

White with #C12132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12132; }

 p { color: rgb(193,33,50); }

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

background-color css

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

 a { background-color: rgb(193,33,50); }

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

border-color css

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

 span { border-color: rgb(193,33,50); }

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