Html Css Color HEX #53120F Red Oxide

📋 copy color: '#53120F'

red 83 ◦ green 18 ◦ blue 15

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

Shades of Red Oxide #53120F

Tints of Red Oxide #53120F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.93%

R = 71.55%
G = 15.52%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53120F (or 0x53120F) is known color: Red Oxide. HEX triplet: 53, 12 and 0F. RGB value is (83,18,15). Sum of RGB (Red+Green+Blue) = 83+18+15=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #53120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53120F is #ACEDF0. Grayscale: #252525. Windows color (decimal): -11333105 or 987731. OLE color: 987731.

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

Color convert

RGB 83 18 15 -
CMYK 0 0.78 0.82 0.67
HSL 2.65º 0.69% 0.19% -
HSV(B) 2.65º 0.82% 0.33% -
XYZ 3.87 2.31 0.69 -
YUV 37.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 83 18 15 0 0.78 0.82 0.67 2.65 0.69 0.19
Hex 53 12 F 0 4E 52 43 3 45 13
Octal 123 22 17 0 116 122 103 3 105 23
Binary 1010011 10010 1111 0 1001110 1010010 1000011 11 1000101 10011

Color Harmonies of #53120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53120F

Black with #53120F

Text Example


Text Example

White with #53120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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