Html Css Color HEX #530A06 Red Oxide

📋 copy color: '#530A06'

red 83 ◦ green 10 ◦ blue 6

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

Shades of Red Oxide #530A06

Tints of Red Oxide #530A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.1%

 BLUE value IS 6 (2.73% from 255) = 6.06%

R = 83.84%
G = 10.1%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#530A06 (or 0x530A06) is known color: Red Oxide. HEX triplet: 53, 0A and 06. RGB value is (83,10,6). Sum of RGB (Red+Green+Blue) = 83+10+6=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A06 is #ACF5F9. Grayscale: #1F1F1F. Windows color (decimal): -11335162 or 395859. OLE color: 395859.

HSL color Cylindrical-coordinate representation of color #530A06: hue angle of 3.12º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530A06 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 6 -
CMYK 0 0.88 0.93 0.67
HSL 3.12º 0.87% 0.17% -
HSV(B) 3.12º 0.93% 0.33% -
XYZ 3.71 2.07 0.38 -
YUV 31.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 83 10 6 0 0.88 0.93 0.67 3.12 0.87 0.17
Hex 53 A 6 0 58 5D 43 3 57 11
Octal 123 12 6 0 130 135 103 3 127 21
Binary 1010011 1010 110 0 1011000 1011101 1000011 11 1010111 10001

Color Harmonies of #530A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A06

Black with #530A06

Text Example


Text Example

White with #530A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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