Html Css Color HEX #C20832 Cardinal

📋 copy color: '#C20832'

red 194 ◦ green 8 ◦ blue 50

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

Shades of Cardinal #C20832

Tints of Cardinal #C20832

RGB

 RED value IS 194 (76.17% from 255) = 76.98%

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 76.98%
G = 3.17%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C20832 (or 0xC20832) is known color: Cardinal. HEX triplet: C2, 08 and 32. RGB value is (194,8,50). Sum of RGB (Red+Green+Blue) = 194+8+50=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C20832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20832 is #3DF7CD. Grayscale: #444444. Windows color (decimal): -4061134 or 3279042. OLE color: 3279042.

HSL color Cylindrical-coordinate representation of color #C20832: hue angle of 346.45º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20832 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 50 -
CMYK 0 0.96 0.74 0.24
HSL 346.45º 0.92% 0.4% -
HSV(B) 346.45º 0.96% 0.76% -
XYZ 22.91 11.87 4.1 -
YUV 68.4 117.62 217.58 -
System Red Green Blue C M Y K H S L
Decimal 194 8 50 0 0.96 0.74 0.24 346.45 0.92 0.4
Hex C2 8 32 0 60 4A 18 15A 5C 28
Octal 302 10 62 0 140 112 30 532 134 50
Binary 11000010 1000 110010 0 1100000 1001010 11000 101011010 1011100 101000

Color Harmonies of #C20832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20832

Black with #C20832

Text Example


Text Example

White with #C20832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20832; }

 p { color: rgb(194,8,50); }

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

background-color css

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

 a { background-color: rgb(194,8,50); }

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

border-color css

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

 span { border-color: rgb(194,8,50); }

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