Html Css Color HEX #500C02 Red Oxide

📋 copy color: '#500C02'

red 80 ◦ green 12 ◦ blue 2

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

Shades of Red Oxide #500C02

Tints of Red Oxide #500C02

RGB

 RED value IS 80 (31.64% from 255) = 85.11%

 GREEN value IS 12 (5.08% from 255) = 12.77%

 BLUE value IS 2 (1.17% from 255) = 2.13%

R = 85.11%
G = 12.77%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#500C02 (or 0x500C02) is known color: Red Oxide. HEX triplet: 50, 0C and 02. RGB value is (80,12,2). Sum of RGB (Red+Green+Blue) = 80+12+2=94 (12% of max value = 765). Red value is 80 (31.64% from 255 or 85.11% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 80 - color contains mainly: red. Hex color #500C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500C02 is #AFF3FD. Grayscale: #1F1F1F. Windows color (decimal): -11531262 or 134224. OLE color: 134224.

HSL color Cylindrical-coordinate representation of color #500C02: hue angle of 7.69º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500C02 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 12 2 -
CMYK 0 0.85 0.98 0.69
HSL 7.69º 0.95% 0.16% -
HSV(B) 7.69º 0.98% 0.31% -
XYZ 3.45 1.97 0.26 -
YUV 31.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 80 12 2 0 0.85 0.98 0.69 7.69 0.95 0.16
Hex 50 C 2 0 55 62 45 8 5F 10
Octal 120 14 2 0 125 142 105 10 137 20
Binary 1010000 1100 10 0 1010101 1100010 1000101 1000 1011111 10000

Color Harmonies of #500C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C02

Black with #500C02

Text Example


Text Example

White with #500C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500C02; }

 p { color: rgb(80,12,2); }

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

background-color css

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

 a { background-color: rgb(80,12,2); }

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

border-color css

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

 span { border-color: rgb(80,12,2); }

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