Html Css Color HEX #53100A Red Oxide

📋 copy color: '#53100A'

red 83 ◦ green 16 ◦ blue 10

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

Shades of Red Oxide #53100A

Tints of Red Oxide #53100A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 76.15%
G = 14.68%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53100A (or 0x53100A) is known color: Red Oxide. HEX triplet: 53, 10 and 0A. RGB value is (83,16,10). Sum of RGB (Red+Green+Blue) = 83+16+10=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #53100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53100A is #ACEFF5. Grayscale: #232323. Windows color (decimal): -11333622 or 659539. OLE color: 659539.

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

Color convert

RGB 83 16 10 -
CMYK 0 0.81 0.88 0.67
HSL 4.93º 0.78% 0.18% -
HSV(B) 4.93º 0.88% 0.33% -
XYZ 3.81 2.23 0.52 -
YUV 35.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 83 16 10 0 0.81 0.88 0.67 4.93 0.78 0.18
Hex 53 10 A 0 51 58 43 5 4E 12
Octal 123 20 12 0 121 130 103 5 116 22
Binary 1010011 10000 1010 0 1010001 1011000 1000011 101 1001110 10010

Color Harmonies of #53100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53100A

Black with #53100A

Text Example


Text Example

White with #53100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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