Html Css Color HEX #C01132 Cardinal

📋 copy color: '#C01132'

red 192 ◦ green 17 ◦ blue 50

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

Shades of Cardinal #C01132

Tints of Cardinal #C01132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.56%

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

R = 74.13%
G = 6.56%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C01132 (or 0xC01132) is known color: Cardinal. HEX triplet: C0, 11 and 32. RGB value is (192,17,50). Sum of RGB (Red+Green+Blue) = 192+17+50=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C01132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01132 is #3FEECD. Grayscale: #494949. Windows color (decimal): -4189902 or 3281344. OLE color: 3281344.

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

Color convert

RGB 192 17 50 -
CMYK 0 0.91 0.74 0.25
HSL 348.69º 0.84% 0.41% -
HSV(B) 348.69º 0.91% 0.75% -
XYZ 22.51 11.84 4.12 -
YUV 73.09 114.98 212.82 -
System Red Green Blue C M Y K H S L
Decimal 192 17 50 0 0.91 0.74 0.25 348.69 0.84 0.41
Hex C0 11 32 0 5B 4A 19 15D 54 29
Octal 300 21 62 0 133 112 31 535 124 51
Binary 11000000 10001 110010 0 1011011 1001010 11001 101011101 1010100 101001

Color Harmonies of #C01132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01132

Black with #C01132

Text Example


Text Example

White with #C01132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01132; }

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

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

background-color css

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

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

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

border-color css

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

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

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