Html Css Color HEX #530E0B Red Oxide

📋 copy color: '#530E0B'

red 83 ◦ green 14 ◦ blue 11

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

Shades of Red Oxide #530E0B

Tints of Red Oxide #530E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.19%

R = 76.85%
G = 12.96%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#530E0B (or 0x530E0B) is known color: Red Oxide. HEX triplet: 53, 0E and 0B. RGB value is (83,14,11). Sum of RGB (Red+Green+Blue) = 83+14+11=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530E0B is #ACF1F4. Grayscale: #222222. Windows color (decimal): -11334133 or 724563. OLE color: 724563.

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

Color convert

RGB 83 14 11 -
CMYK 0 0.83 0.87 0.67
HSL 2.5º 0.77% 0.18% -
HSV(B) 2.5º 0.87% 0.33% -
XYZ 3.78 2.18 0.54 -
YUV 34.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 83 14 11 0 0.83 0.87 0.67 2.5 0.77 0.18
Hex 53 E B 0 53 57 43 2 4D 12
Octal 123 16 13 0 123 127 103 2 115 22
Binary 1010011 1110 1011 0 1010011 1010111 1000011 10 1001101 10010

Color Harmonies of #530E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E0B

Black with #530E0B

Text Example


Text Example

White with #530E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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