Html Css Color HEX #530703 Red Oxide

📋 copy color: '#530703'

red 83 ◦ green 7 ◦ blue 3

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

Shades of Red Oxide #530703

Tints of Red Oxide #530703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.53%

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

R = 89.25%
G = 7.53%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#530703 (or 0x530703) is known color: Red Oxide. HEX triplet: 53, 07 and 03. RGB value is (83,7,3). Sum of RGB (Red+Green+Blue) = 83+7+3=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #530703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530703 is #ACF8FC. Grayscale: #1D1D1D. Windows color (decimal): -11335933 or 198483. OLE color: 198483.

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

Color convert

RGB 83 7 3 -
CMYK 0 0.92 0.96 0.67
HSL 0.93% 0.17% -
HSV(B) 0.96% 0.33% -
XYZ 3.66 2 0.28 -
YUV 29.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 83 7 3 0 0.92 0.96 0.67 3 0.93 0.17
Hex 53 7 3 0 5C 60 43 3 5D 11
Octal 123 7 3 0 134 140 103 3 135 21
Binary 1010011 111 11 0 1011100 1100000 1000011 11 1011101 10001

Color Harmonies of #530703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530703

Black with #530703

Text Example


Text Example

White with #530703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530703; }

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

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

background-color css

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

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

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

border-color css

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

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

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