Html Css Color HEX #53100C Red Oxide

📋 copy color: '#53100C'

red 83 ◦ green 16 ◦ blue 12

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

Shades of Red Oxide #53100C

Tints of Red Oxide #53100C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.81%

R = 74.77%
G = 14.41%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53100C (or 0x53100C) is known color: Red Oxide. HEX triplet: 53, 10 and 0C. RGB value is (83,16,12). Sum of RGB (Red+Green+Blue) = 83+16+12=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #53100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53100C is #ACEFF3. Grayscale: #232323. Windows color (decimal): -11333620 or 790611. OLE color: 790611.

HSL color Cylindrical-coordinate representation of color #53100C: hue angle of 3.38º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53100C is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 12 -
CMYK 0 0.81 0.86 0.67
HSL 3.38º 0.75% 0.19% -
HSV(B) 3.38º 0.86% 0.33% -
XYZ 3.82 2.24 0.58 -
YUV 35.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 83 16 12 0 0.81 0.86 0.67 3.38 0.75 0.19
Hex 53 10 C 0 51 56 43 3 4B 13
Octal 123 20 14 0 121 126 103 3 113 23
Binary 1010011 10000 1100 0 1010001 1010110 1000011 11 1001011 10011

Color Harmonies of #53100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53100C

Black with #53100C

Text Example


Text Example

White with #53100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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