Html Css Color HEX #C12432 Cardinal

📋 copy color: '#C12432'

red 193 ◦ green 36 ◦ blue 50

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

Shades of Cardinal #C12432

Tints of Cardinal #C12432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 69.18%
G = 12.9%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C12432 (or 0xC12432) is known color: Cardinal. HEX triplet: C1, 24 and 32. RGB value is (193,36,50). Sum of RGB (Red+Green+Blue) = 193+36+50=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C12432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12432 is #3EDBCD. Grayscale: #545454. Windows color (decimal): -4119502 or 3286209. OLE color: 3286209.

HSL color Cylindrical-coordinate representation of color #C12432: hue angle of 354.65º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12432 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 50 -
CMYK 0 0.81 0.74 0.24
HSL 354.65º 0.69% 0.45% -
HSV(B) 354.65º 0.81% 0.76% -
XYZ 23.2 12.83 4.27 -
YUV 84.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 193 36 50 0 0.81 0.74 0.24 354.65 0.69 0.45
Hex C1 24 32 0 51 4A 18 163 45 2D
Octal 301 44 62 0 121 112 30 543 105 55
Binary 11000001 100100 110010 0 1010001 1001010 11000 101100011 1000101 101101

Color Harmonies of #C12432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12432

Black with #C12432

Text Example


Text Example

White with #C12432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12432; }

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

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

background-color css

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

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

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

border-color css

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

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

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