Html Css Color HEX #C62032 Cardinal

📋 copy color: '#C62032'

red 198 ◦ green 32 ◦ blue 50

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

Shades of Cardinal #C62032

Tints of Cardinal #C62032

RGB

 RED value IS 198 (77.73% from 255) = 70.71%

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 70.71%
G = 11.43%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C62032 (or 0xC62032) is known color: Cardinal. HEX triplet: C6, 20 and 32. RGB value is (198,32,50). Sum of RGB (Red+Green+Blue) = 198+32+50=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C62032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62032 is #39DFCD. Grayscale: #535353. Windows color (decimal): -3792846 or 3285190. OLE color: 3285190.

HSL color Cylindrical-coordinate representation of color #C62032: hue angle of 353.49º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62032 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 50 -
CMYK 0 0.84 0.75 0.22
HSL 353.49º 0.72% 0.45% -
HSV(B) 353.49º 0.84% 0.78% -
XYZ 24.38 13.27 4.29 -
YUV 83.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 198 32 50 0 0.84 0.75 0.22 353.49 0.72 0.45
Hex C6 20 32 0 54 4B 16 161 48 2D
Octal 306 40 62 0 124 113 26 541 110 55
Binary 11000110 100000 110010 0 1010100 1001011 10110 101100001 1001000 101101

Color Harmonies of #C62032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62032

Black with #C62032

Text Example


Text Example

White with #C62032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62032; }

 p { color: rgb(198,32,50); }

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

background-color css

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

 a { background-color: rgb(198,32,50); }

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

border-color css

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

 span { border-color: rgb(198,32,50); }

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