Html Css Color HEX #C12035 Cardinal

📋 copy color: '#C12035'

red 193 ◦ green 32 ◦ blue 53

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

Shades of Cardinal #C12035

Tints of Cardinal #C12035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.06%

R = 69.42%
G = 11.51%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C12035 (or 0xC12035) is known color: Cardinal. HEX triplet: C1, 20 and 35. RGB value is (193,32,53). Sum of RGB (Red+Green+Blue) = 193+32+53=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C12035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12035 is #3EDFCA. Grayscale: #525252. Windows color (decimal): -4120523 or 3481793. OLE color: 3481793.

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

Color convert

RGB 193 32 53 -
CMYK 0 0.83 0.73 0.24
HSL 352.17º 0.72% 0.44% -
HSV(B) 352.17º 0.83% 0.76% -
XYZ 23.15 12.63 4.59 -
YUV 82.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 193 32 53 0 0.83 0.73 0.24 352.17 0.72 0.44
Hex C1 20 35 0 53 49 18 160 48 2C
Octal 301 40 65 0 123 111 30 540 110 54
Binary 11000001 100000 110101 0 1010011 1001001 11000 101100000 1001000 101100

Color Harmonies of #C12035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12035

Black with #C12035

Text Example


Text Example

White with #C12035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12035; }

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

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

background-color css

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

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

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

border-color css

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

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

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