Html Css Color HEX #530E00 Red Oxide

📋 copy color: '#530E00'

red 83 ◦ green 14 ◦ blue 0

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

Shades of Red Oxide #530E00

Tints of Red Oxide #530E00

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.43%

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

R = 85.57%
G = 14.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#530E00 (or 0x530E00) is known color: Red Oxide. HEX triplet: 53, 0E and 00. RGB value is (83,14,0). Sum of RGB (Red+Green+Blue) = 83+14+0=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #530E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530E00 is #ACF1FF. Grayscale: #212121. Windows color (decimal): -11334144 or 3667. OLE color: 3667.

HSL color Cylindrical-coordinate representation of color #530E00: hue angle of 10.12º 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 #530E00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 14 0 -
CMYK 0 0.83 1 0.67
HSL 10.12º 1% 0.16% -
HSV(B) 10.12º 1% 0.33% -
XYZ 3.72 2.15 0.22 -
YUV 33.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 83 14 0 0 0.83 1 0.67 10.12 1 0.16
Hex 53 E 0 0 53 64 43 A 64 10
Octal 123 16 0 0 123 144 103 12 144 20
Binary 1010011 1110 0 0 1010011 1100100 1000011 1010 1100100 10000

Color Harmonies of #530E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E00

Black with #530E00

Text Example


Text Example

White with #530E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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