Html Css Color HEX #530B0A Red Oxide

📋 copy color: '#530B0A'

red 83 ◦ green 11 ◦ blue 10

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

Shades of Red Oxide #530B0A

Tints of Red Oxide #530B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.58%

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 79.81%
G = 10.58%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#530B0A (or 0x530B0A) is known color: Red Oxide. HEX triplet: 53, 0B and 0A. RGB value is (83,11,10). Sum of RGB (Red+Green+Blue) = 83+11+10=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #530B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B0A is #ACF4F5. Grayscale: #202020. Windows color (decimal): -11334902 or 658259. OLE color: 658259.

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

Color convert

RGB 83 11 10 -
CMYK 0 0.87 0.88 0.67
HSL 0.82º 0.78% 0.18% -
HSV(B) 0.82º 0.88% 0.33% -
XYZ 3.74 2.1 0.5 -
YUV 32.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 83 11 10 0 0.87 0.88 0.67 0.82 0.78 0.18
Hex 53 B A 0 57 58 43 1 4E 12
Octal 123 13 12 0 127 130 103 1 116 22
Binary 1010011 1011 1010 0 1010111 1011000 1000011 1 1001110 10010

Color Harmonies of #530B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B0A

Black with #530B0A

Text Example


Text Example

White with #530B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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