Html Css Color HEX #C00532 Cardinal

📋 copy color: '#C00532'

red 192 ◦ green 5 ◦ blue 50

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

Shades of Cardinal #C00532

Tints of Cardinal #C00532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 77.73%
G = 2.02%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C00532 (or 0xC00532) is known color: Cardinal. HEX triplet: C0, 05 and 32. RGB value is (192,5,50). Sum of RGB (Red+Green+Blue) = 192+5+50=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C00532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00532 is #3FFACD. Grayscale: #424242. Windows color (decimal): -4192974 or 3278272. OLE color: 3278272.

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

Color convert

RGB 192 5 50 -
CMYK 0 0.97 0.74 0.25
HSL 345.56º 0.95% 0.39% -
HSV(B) 345.56º 0.97% 0.75% -
XYZ 22.37 11.55 4.07 -
YUV 66.04 118.95 217.84 -
System Red Green Blue C M Y K H S L
Decimal 192 5 50 0 0.97 0.74 0.25 345.56 0.95 0.39
Hex C0 5 32 0 61 4A 19 15A 5F 27
Octal 300 5 62 0 141 112 31 532 137 47
Binary 11000000 101 110010 0 1100001 1001010 11001 101011010 1011111 100111

Color Harmonies of #C00532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00532

Black with #C00532

Text Example


Text Example

White with #C00532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00532; }

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

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

background-color css

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

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

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

border-color css

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

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

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