Html Css Color HEX #C01632 Cardinal

📋 copy color: '#C01632'

red 192 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #C01632

Tints of Cardinal #C01632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

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

R = 72.73%
G = 8.33%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C01632 (or 0xC01632) is known color: Cardinal. HEX triplet: C0, 16 and 32. RGB value is (192,22,50). Sum of RGB (Red+Green+Blue) = 192+22+50=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C01632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01632 is #3FE9CD. Grayscale: #4C4C4C. Windows color (decimal): -4188622 or 3282624. OLE color: 3282624.

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

Color convert

RGB 192 22 50 -
CMYK 0 0.89 0.74 0.25
HSL 350.12º 0.79% 0.42% -
HSV(B) 350.12º 0.89% 0.75% -
XYZ 22.6 12.01 4.14 -
YUV 76.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 192 22 50 0 0.89 0.74 0.25 350.12 0.79 0.42
Hex C0 16 32 0 59 4A 19 15E 4F 2A
Octal 300 26 62 0 131 112 31 536 117 52
Binary 11000000 10110 110010 0 1011001 1001010 11001 101011110 1001111 101010

Color Harmonies of #C01632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01632

Black with #C01632

Text Example


Text Example

White with #C01632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01632; }

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

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

background-color css

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

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

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

border-color css

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

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

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