Html Css Color HEX #53120A Red Oxide

📋 copy color: '#53120A'

red 83 ◦ green 18 ◦ blue 10

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

Shades of Red Oxide #53120A

Tints of Red Oxide #53120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.22%

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

R = 74.77%
G = 16.22%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53120A (or 0x53120A) is known color: Red Oxide. HEX triplet: 53, 12 and 0A. RGB value is (83,18,10). Sum of RGB (Red+Green+Blue) = 83+18+10=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #53120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53120A is #ACEDF5. Grayscale: #242424. Windows color (decimal): -11333110 or 660051. OLE color: 660051.

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

Color convert

RGB 83 18 10 -
CMYK 0 0.78 0.88 0.67
HSL 6.58º 0.78% 0.18% -
HSV(B) 6.58º 0.88% 0.33% -
XYZ 3.84 2.29 0.53 -
YUV 36.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 83 18 10 0 0.78 0.88 0.67 6.58 0.78 0.18
Hex 53 12 A 0 4E 58 43 7 4E 12
Octal 123 22 12 0 116 130 103 7 116 22
Binary 1010011 10010 1010 0 1001110 1011000 1000011 111 1001110 10010

Color Harmonies of #53120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53120A

Black with #53120A

Text Example


Text Example

White with #53120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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