Html Css Color HEX #53150A Red Oxide

📋 copy color: '#53150A'

red 83 ◦ green 21 ◦ blue 10

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

Shades of Red Oxide #53150A

Tints of Red Oxide #53150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.42%

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

R = 72.81%
G = 18.42%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53150A (or 0x53150A) is known color: Red Oxide. HEX triplet: 53, 15 and 0A. RGB value is (83,21,10). Sum of RGB (Red+Green+Blue) = 83+21+10=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53150A is #ACEAF5. Grayscale: #262626. Windows color (decimal): -11332342 or 660819. OLE color: 660819.

HSL color Cylindrical-coordinate representation of color #53150A: hue angle of 9.04º 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 #53150A is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 10 -
CMYK 0 0.75 0.88 0.67
HSL 9.04º 0.78% 0.18% -
HSV(B) 9.04º 0.88% 0.33% -
XYZ 3.89 2.4 0.54 -
YUV 38.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 83 21 10 0 0.75 0.88 0.67 9.04 0.78 0.18
Hex 53 15 A 0 4B 58 43 9 4E 12
Octal 123 25 12 0 113 130 103 11 116 22
Binary 1010011 10101 1010 0 1001011 1011000 1000011 1001 1001110 10010

Color Harmonies of #53150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53150A

Black with #53150A

Text Example


Text Example

White with #53150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53150A; }

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

 H1.HeaderClassName
 {
   color: #53150A;
 }
 .AnyTagClassName
 {
   color: #53150A;
 }
</style>

background-color css

<style>
 a { background-color: #53150A; }

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

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

border-color css

<style>
 span { border-color: #53150A; }

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

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