Html Css Color HEX #5A100C Red Oxide

📋 copy color: '#5A100C'

red 90 ◦ green 16 ◦ blue 12

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

Shades of Red Oxide #5A100C

Tints of Red Oxide #5A100C

RGB

 RED value IS 90 (35.55% from 255) = 76.27%

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

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

R = 76.27%
G = 13.56%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#5A100C (or 0x5A100C) is known color: Red Oxide. HEX triplet: 5A, 10 and 0C. RGB value is (90,16,12). Sum of RGB (Red+Green+Blue) = 90+16+12=118 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.27% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 90 - color contains mainly: red. Hex color #5A100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A100C is #A5EFF3. Grayscale: #252525. Windows color (decimal): -10874868 or 790618. OLE color: 790618.

HSL color Cylindrical-coordinate representation of color #5A100C: hue angle of 3.08º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A100C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 16 12 -
CMYK 0 0.82 0.87 0.65
HSL 3.08º 0.76% 0.2% -
HSV(B) 3.08º 0.87% 0.35% -
XYZ 4.47 2.57 0.61 -
YUV 37.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 90 16 12 0 0.82 0.87 0.65 3.08 0.76 0.2
Hex 5A 10 C 0 52 57 41 3 4C 14
Octal 132 20 14 0 122 127 101 3 114 24
Binary 1011010 10000 1100 0 1010010 1010111 1000001 11 1001100 10100

Color Harmonies of #5A100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A100C

Black with #5A100C

Text Example


Text Example

White with #5A100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A100C; }

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

 H1.HeaderClassName
 {
   color: #5A100C;
 }
 .AnyTagClassName
 {
   color: #5A100C;
 }
</style>

background-color css

<style>
 a { background-color: #5A100C; }

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

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

border-color css

<style>
 span { border-color: #5A100C; }

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

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