Html Css Color HEX #C00132 Cardinal

📋 copy color: '#C00132'

red 192 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #C00132

Tints of Cardinal #C00132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 79.01%
G = 0.41%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C00132 (or 0xC00132) is known color: Cardinal. HEX triplet: C0, 01 and 32. RGB value is (192,1,50). Sum of RGB (Red+Green+Blue) = 192+1+50=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C00132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00132 is #3FFECD. Grayscale: #3F3F3F. Windows color (decimal): -4193998 or 3277248. OLE color: 3277248.

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

Color convert

RGB 192 1 50 -
CMYK 0 0.99 0.74 0.25
HSL 344.61º 0.99% 0.38% -
HSV(B) 344.61º 0.99% 0.75% -
XYZ 22.32 11.46 4.05 -
YUV 63.7 120.28 219.52 -
System Red Green Blue C M Y K H S L
Decimal 192 1 50 0 0.99 0.74 0.25 344.61 0.99 0.38
Hex C0 1 32 0 63 4A 19 159 63 26
Octal 300 1 62 0 143 112 31 531 143 46
Binary 11000000 1 110010 0 1100011 1001010 11001 101011001 1100011 100110

Color Harmonies of #C00132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00132

Black with #C00132

Text Example


Text Example

White with #C00132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00132; }

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

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

background-color css

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

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

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

border-color css

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

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

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