Html Css Color HEX #C80832 Cardinal

📋 copy color: '#C80832'

red 200 ◦ green 8 ◦ blue 50

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

Shades of Cardinal #C80832

Tints of Cardinal #C80832

RGB

 RED value IS 200 (78.52% from 255) = 77.52%

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

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

R = 77.52%
G = 3.1%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C80832 (or 0xC80832) is known color: Cardinal. HEX triplet: C8, 08 and 32. RGB value is (200,8,50). Sum of RGB (Red+Green+Blue) = 200+8+50=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C80832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80832 is #37F7CD. Grayscale: #464646. Windows color (decimal): -3667918 or 3279048. OLE color: 3279048.

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

Color convert

RGB 200 8 50 -
CMYK 0 0.96 0.75 0.22
HSL 346.88º 0.92% 0.41% -
HSV(B) 346.88º 0.96% 0.78% -
XYZ 24.48 12.68 4.18 -
YUV 70.2 116.61 220.58 -
System Red Green Blue C M Y K H S L
Decimal 200 8 50 0 0.96 0.75 0.22 346.88 0.92 0.41
Hex C8 8 32 0 60 4B 16 15B 5C 29
Octal 310 10 62 0 140 113 26 533 134 51
Binary 11001000 1000 110010 0 1100000 1001011 10110 101011011 1011100 101001

Color Harmonies of #C80832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80832

Black with #C80832

Text Example


Text Example

White with #C80832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80832; }

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

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

background-color css

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

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

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

border-color css

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

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

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