Html Css Color HEX #530802 Red Oxide

📋 copy color: '#530802'

red 83 ◦ green 8 ◦ blue 2

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

Shades of Red Oxide #530802

Tints of Red Oxide #530802

RGB

 RED value IS 83 (32.81% from 255) = 89.25%

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

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

R = 89.25%
G = 8.6%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#530802 (or 0x530802) is known color: Red Oxide. HEX triplet: 53, 08 and 02. RGB value is (83,8,2). Sum of RGB (Red+Green+Blue) = 83+8+2=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #530802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530802 is #ACF7FD. Grayscale: #1D1D1D. Windows color (decimal): -11335678 or 133203. OLE color: 133203.

HSL color Cylindrical-coordinate representation of color #530802: hue angle of 4.44º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530802 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 2 -
CMYK 0 0.90 0.98 0.67
HSL 4.44º 0.95% 0.17% -
HSV(B) 4.44º 0.98% 0.33% -
XYZ 3.67 2.02 0.25 -
YUV 29.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 83 8 2 0 0.90 0.98 0.67 4.44 0.95 0.17
Hex 53 8 2 0 5A 62 43 4 5F 11
Octal 123 10 2 0 132 142 103 4 137 21
Binary 1010011 1000 10 0 1011010 1100010 1000011 100 1011111 10001

Color Harmonies of #530802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530802

Black with #530802

Text Example


Text Example

White with #530802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530802; }

 p { color: rgb(83,8,2); }

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

background-color css

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

 a { background-color: rgb(83,8,2); }

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

border-color css

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

 span { border-color: rgb(83,8,2); }

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