Html Css Color HEX #C82030 Cardinal

📋 copy color: '#C82030'

red 200 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #C82030

Tints of Cardinal #C82030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 71.43%
G = 11.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C82030 (or 0xC82030) is known color: Cardinal. HEX triplet: C8, 20 and 30. RGB value is (200,32,48). Sum of RGB (Red+Green+Blue) = 200+32+48=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C82030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82030 is #37DFCF. Grayscale: #545454. Windows color (decimal): -3661776 or 3154120. OLE color: 3154120.

HSL color Cylindrical-coordinate representation of color #C82030: hue angle of 354.29º 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 #C82030 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 48 -
CMYK 0 0.84 0.76 0.22
HSL 354.29º 0.72% 0.45% -
HSV(B) 354.29º 0.84% 0.78% -
XYZ 24.87 13.53 4.1 -
YUV 84.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 200 32 48 0 0.84 0.76 0.22 354.29 0.72 0.45
Hex C8 20 30 0 54 4C 16 162 48 2D
Octal 310 40 60 0 124 114 26 542 110 55
Binary 11001000 100000 110000 0 1010100 1001100 10110 101100010 1001000 101101

Color Harmonies of #C82030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82030

Black with #C82030

Text Example


Text Example

White with #C82030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82030; }

 p { color: rgb(200,32,48); }

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

background-color css

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

 a { background-color: rgb(200,32,48); }

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

border-color css

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

 span { border-color: rgb(200,32,48); }

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