Html Css Color HEX #C12031 Cardinal

📋 copy color: '#C12031'

red 193 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #C12031

Tints of Cardinal #C12031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.88%

R = 70.44%
G = 11.68%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C12031 (or 0xC12031) is known color: Cardinal. HEX triplet: C1, 20 and 31. RGB value is (193,32,49). Sum of RGB (Red+Green+Blue) = 193+32+49=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C12031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12031 is #3EDFCE. Grayscale: #525252. Windows color (decimal): -4120527 or 3219649. OLE color: 3219649.

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

Color convert

RGB 193 32 49 -
CMYK 0 0.83 0.75 0.24
HSL 353.66º 0.72% 0.44% -
HSV(B) 353.66º 0.83% 0.76% -
XYZ 23.06 12.59 4.12 -
YUV 82.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 193 32 49 0 0.83 0.75 0.24 353.66 0.72 0.44
Hex C1 20 31 0 53 4B 18 162 48 2C
Octal 301 40 61 0 123 113 30 542 110 54
Binary 11000001 100000 110001 0 1010011 1001011 11000 101100010 1001000 101100

Color Harmonies of #C12031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12031

Black with #C12031

Text Example


Text Example

White with #C12031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12031; }

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

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

background-color css

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

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

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

border-color css

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

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

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