Html Css Color HEX #530602 Red Oxide

📋 copy color: '#530602'

red 83 ◦ green 6 ◦ blue 2

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

Shades of Red Oxide #530602

Tints of Red Oxide #530602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.59%

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

R = 91.21%
G = 6.59%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#530602 (or 0x530602) is known color: Red Oxide. HEX triplet: 53, 06 and 02. RGB value is (83,6,2). Sum of RGB (Red+Green+Blue) = 83+6+2=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530602 is #ACF9FD. Grayscale: #1C1C1C. Windows color (decimal): -11336190 or 132691. OLE color: 132691.

HSL color Cylindrical-coordinate representation of color #530602: hue angle of 2.96º 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 #530602 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 6 2 -
CMYK 0 0.93 0.98 0.67
HSL 2.96º 0.95% 0.17% -
HSV(B) 2.96º 0.98% 0.33% -
XYZ 3.64 1.97 0.25 -
YUV 28.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 83 6 2 0 0.93 0.98 0.67 2.96 0.95 0.17
Hex 53 6 2 0 5D 62 43 3 5F 11
Octal 123 6 2 0 135 142 103 3 137 21
Binary 1010011 110 10 0 1011101 1100010 1000011 11 1011111 10001

Color Harmonies of #530602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530602

Black with #530602

Text Example


Text Example

White with #530602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530602; }

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

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

background-color css

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

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

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

border-color css

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

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

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