Html Css Color HEX #C01732 Cardinal

📋 copy color: '#C01732'

red 192 ◦ green 23 ◦ blue 50

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

Shades of Cardinal #C01732

Tints of Cardinal #C01732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

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

R = 72.45%
G = 8.68%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C01732 (or 0xC01732) is known color: Cardinal. HEX triplet: C0, 17 and 32. RGB value is (192,23,50). Sum of RGB (Red+Green+Blue) = 192+23+50=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C01732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01732 is #3FE8CD. Grayscale: #4C4C4C. Windows color (decimal): -4188366 or 3282880. OLE color: 3282880.

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

Color convert

RGB 192 23 50 -
CMYK 0 0.88 0.74 0.25
HSL 350.41º 0.79% 0.42% -
HSV(B) 350.41º 0.88% 0.75% -
XYZ 22.62 12.05 4.15 -
YUV 76.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 192 23 50 0 0.88 0.74 0.25 350.41 0.79 0.42
Hex C0 17 32 0 58 4A 19 15E 4F 2A
Octal 300 27 62 0 130 112 31 536 117 52
Binary 11000000 10111 110010 0 1011000 1001010 11001 101011110 1001111 101010

Color Harmonies of #C01732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01732

Black with #C01732

Text Example


Text Example

White with #C01732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01732; }

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

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

background-color css

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

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

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

border-color css

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

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

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