Html Css Color HEX #601B0F Red Oxide

📋 copy color: '#601B0F'

red 96 ◦ green 27 ◦ blue 15

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

Shades of Red Oxide #601B0F

Tints of Red Oxide #601B0F

RGB

 RED value IS 96 (37.89% from 255) = 69.57%

 GREEN value IS 27 (10.94% from 255) = 19.57%

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

R = 69.57%
G = 19.57%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#601B0F (or 0x601B0F) is known color: Red Oxide. HEX triplet: 60, 1B and 0F. RGB value is (96,27,15). Sum of RGB (Red+Green+Blue) = 96+27+15=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #601B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601B0F is #9FE4F0. Grayscale: #2E2E2E. Windows color (decimal): -10478833 or 990048. OLE color: 990048.

HSL color Cylindrical-coordinate representation of color #601B0F: hue angle of 8.89º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601B0F is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 27 15 -
CMYK 0 0.72 0.84 0.62
HSL 8.89º 0.73% 0.22% -
HSV(B) 8.89º 0.84% 0.38% -
XYZ 5.3 3.31 0.81 -
YUV 46.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 96 27 15 0 0.72 0.84 0.62 8.89 0.73 0.22
Hex 60 1B F 0 48 54 3E 9 49 16
Octal 140 33 17 0 110 124 76 11 111 26
Binary 1100000 11011 1111 0 1001000 1010100 111110 1001 1001001 10110

Color Harmonies of #601B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601B0F

Black with #601B0F

Text Example


Text Example

White with #601B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601B0F; }

 p { color: rgb(96,27,15); }

 H1.HeaderClassName
 {
   color: #601B0F;
 }
 .AnyTagClassName
 {
   color: #601B0F;
 }
</style>

background-color css

<style>
 a { background-color: #601B0F; }

 a { background-color: rgb(96,27,15); }

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

border-color css

<style>
 span { border-color: #601B0F; }

 span { border-color: rgb(96,27,15); }

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