Html Css Color HEX #530A00 Red Oxide

📋 copy color: '#530A00'

red 83 ◦ green 10 ◦ blue 0

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

Shades of Red Oxide #530A00

Tints of Red Oxide #530A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.25%
G = 10.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#530A00 (or 0x530A00) is known color: Red Oxide. HEX triplet: 53, 0A and 00. RGB value is (83,10,0). Sum of RGB (Red+Green+Blue) = 83+10+0=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #530A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A00 is #ACF5FF. Grayscale: #1E1E1E. Windows color (decimal): -11335168 or 2643. OLE color: 2643.

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

Color convert

RGB 83 10 0 -
CMYK 0 0.88 1 0.67
HSL 7.23º 1% 0.16% -
HSV(B) 7.23º 1% 0.33% -
XYZ 3.68 2.06 0.2 -
YUV 30.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 83 10 0 0 0.88 1 0.67 7.23 1 0.16
Hex 53 A 0 0 58 64 43 7 64 10
Octal 123 12 0 0 130 144 103 7 144 20
Binary 1010011 1010 0 0 1011000 1100100 1000011 111 1100100 10000

Color Harmonies of #530A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A00

Black with #530A00

Text Example


Text Example

White with #530A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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