Html Css Color HEX #530F03 Red Oxide

📋 copy color: '#530F03'

red 83 ◦ green 15 ◦ blue 3

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

Shades of Red Oxide #530F03

Tints of Red Oxide #530F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.85%

 BLUE value IS 3 (1.56% from 255) = 2.97%

R = 82.18%
G = 14.85%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#530F03 (or 0x530F03) is known color: Red Oxide. HEX triplet: 53, 0F and 03. RGB value is (83,15,3). Sum of RGB (Red+Green+Blue) = 83+15+3=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #530F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530F03 is #ACF0FC. Grayscale: #222222. Windows color (decimal): -11333885 or 200531. OLE color: 200531.

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

Color convert

RGB 83 15 3 -
CMYK 0 0.82 0.96 0.67
HSL 0.93% 0.17% -
HSV(B) 0.96% 0.33% -
XYZ 3.75 2.19 0.31 -
YUV 33.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 83 15 3 0 0.82 0.96 0.67 9 0.93 0.17
Hex 53 F 3 0 52 60 43 9 5D 11
Octal 123 17 3 0 122 140 103 11 135 21
Binary 1010011 1111 11 0 1010010 1100000 1000011 1001 1011101 10001

Color Harmonies of #530F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F03

Black with #530F03

Text Example


Text Example

White with #530F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,15,3); }

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

background-color css

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

 a { background-color: rgb(83,15,3); }

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

border-color css

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

 span { border-color: rgb(83,15,3); }

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