Html Css Color HEX #530D0B Red Oxide

📋 copy color: '#530D0B'

red 83 ◦ green 13 ◦ blue 11

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

Shades of Red Oxide #530D0B

Tints of Red Oxide #530D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.15%

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

R = 77.57%
G = 12.15%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#530D0B (or 0x530D0B) is known color: Red Oxide. HEX triplet: 53, 0D and 0B. RGB value is (83,13,11). Sum of RGB (Red+Green+Blue) = 83+13+11=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D0B is #ACF2F4. Grayscale: #212121. Windows color (decimal): -11334389 or 724307. OLE color: 724307.

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

Color convert

RGB 83 13 11 -
CMYK 0 0.84 0.87 0.67
HSL 1.67º 0.77% 0.18% -
HSV(B) 1.67º 0.87% 0.33% -
XYZ 3.77 2.15 0.53 -
YUV 33.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 83 13 11 0 0.84 0.87 0.67 1.67 0.77 0.18
Hex 53 D B 0 54 57 43 2 4D 12
Octal 123 15 13 0 124 127 103 2 115 22
Binary 1010011 1101 1011 0 1010100 1010111 1000011 10 1001101 10010

Color Harmonies of #530D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D0B

Black with #530D0B

Text Example


Text Example

White with #530D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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