Html Css Color HEX #C01432 Cardinal

📋 copy color: '#C01432'

red 192 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #C01432

Tints of Cardinal #C01432

RGB

 RED value IS 192 (75.39% from 255) = 73.28%

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 73.28%
G = 7.63%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C01432 (or 0xC01432) is known color: Cardinal. HEX triplet: C0, 14 and 32. RGB value is (192,20,50). Sum of RGB (Red+Green+Blue) = 192+20+50=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C01432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01432 is #3FEBCD. Grayscale: #4A4A4A. Windows color (decimal): -4189134 or 3282112. OLE color: 3282112.

HSL color Cylindrical-coordinate representation of color #C01432: hue angle of 349.53º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01432 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 50 -
CMYK 0 0.90 0.74 0.25
HSL 349.53º 0.81% 0.42% -
HSV(B) 349.53º 0.9% 0.75% -
XYZ 22.56 11.94 4.13 -
YUV 74.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 192 20 50 0 0.90 0.74 0.25 349.53 0.81 0.42
Hex C0 14 32 0 5A 4A 19 15E 51 2A
Octal 300 24 62 0 132 112 31 536 121 52
Binary 11000000 10100 110010 0 1011010 1001010 11001 101011110 1010001 101010

Color Harmonies of #C01432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01432

Black with #C01432

Text Example


Text Example

White with #C01432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01432; }

 p { color: rgb(192,20,50); }

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

background-color css

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

 a { background-color: rgb(192,20,50); }

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

border-color css

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

 span { border-color: rgb(192,20,50); }

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