Html Css Color HEX #600F0F Red Oxide

📋 copy color: '#600F0F'

red 96 ◦ green 15 ◦ blue 15

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

Shades of Red Oxide #600F0F

Tints of Red Oxide #600F0F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.9%

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

R = 76.19%
G = 11.9%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#600F0F (or 0x600F0F) is known color: Red Oxide. HEX triplet: 60, 0F and 0F. RGB value is (96,15,15). Sum of RGB (Red+Green+Blue) = 96+15+15=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #600F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F0F is #9FF0F0. Grayscale: #272727. Windows color (decimal): -10481905 or 986976. OLE color: 986976.

HSL color Cylindrical-coordinate representation of color #600F0F: hue angle of 0º 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 #600F0F is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 15 -
CMYK 0 0.84 0.84 0.62
HSL 0.73% 0.22% -
HSV(B) 0.84% 0.38% -
XYZ 5.08 2.86 0.74 -
YUV 39.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 96 15 15 0 0.84 0.84 0.62 0 0.73 0.22
Hex 60 F F 0 54 54 3E 0 49 16
Octal 140 17 17 0 124 124 76 0 111 26
Binary 1100000 1111 1111 0 1010100 1010100 111110 0 1001001 10110

Color Harmonies of #600F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F0F

Black with #600F0F

Text Example


Text Example

White with #600F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600F0F; }

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

 H1.HeaderClassName
 {
   color: #600F0F;
 }
 .AnyTagClassName
 {
   color: #600F0F;
 }
</style>

background-color css

<style>
 a { background-color: #600F0F; }

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

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

border-color css

<style>
 span { border-color: #600F0F; }

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

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