Html Css Color HEX #5F180F Red Oxide

📋 copy color: '#5F180F'

red 95 ◦ green 24 ◦ blue 15

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

Shades of Red Oxide #5F180F

Tints of Red Oxide #5F180F

RGB

 RED value IS 95 (37.5% from 255) = 70.9%

 GREEN value IS 24 (9.77% from 255) = 17.91%

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

R = 70.9%
G = 17.91%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5F180F (or 0x5F180F) is known color: Red Oxide. HEX triplet: 5F, 18 and 0F. RGB value is (95,24,15). Sum of RGB (Red+Green+Blue) = 95+24+15=134 (17% of max value = 765). Red value is 95 (37.5% from 255 or 70.90% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 95 - color contains mainly: red. Hex color #5F180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F180F is #A0E7F0. Grayscale: #2C2C2C. Windows color (decimal): -10545137 or 989279. OLE color: 989279.

HSL color Cylindrical-coordinate representation of color #5F180F: hue angle of 6.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F180F is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 24 15 -
CMYK 0 0.75 0.84 0.63
HSL 6.75º 0.73% 0.22% -
HSV(B) 6.75º 0.84% 0.37% -
XYZ 5.13 3.12 0.78 -
YUV 44.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 95 24 15 0 0.75 0.84 0.63 6.75 0.73 0.22
Hex 5F 18 F 0 4B 54 3F 7 49 16
Octal 137 30 17 0 113 124 77 7 111 26
Binary 1011111 11000 1111 0 1001011 1010100 111111 111 1001001 10110

Color Harmonies of #5F180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F180F

Black with #5F180F

Text Example


Text Example

White with #5F180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,24,15); }

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

background-color css

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

 a { background-color: rgb(95,24,15); }

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

border-color css

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

 span { border-color: rgb(95,24,15); }

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