Html Css Color HEX #6A150F Red Oxide

📋 copy color: '#6A150F'

red 106 ◦ green 21 ◦ blue 15

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

Shades of Red Oxide #6A150F

Tints of Red Oxide #6A150F

RGB

 RED value IS 106 (41.8% from 255) = 74.65%

 GREEN value IS 21 (8.59% from 255) = 14.79%

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

R = 74.65%
G = 14.79%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6A150F (or 0x6A150F) is known color: Red Oxide. HEX triplet: 6A, 15 and 0F. RGB value is (106,21,15). Sum of RGB (Red+Green+Blue) = 106+21+15=142 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.65% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 106 - color contains mainly: red. Hex color #6A150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A150F is #95EAF0. Grayscale: #2D2D2D. Windows color (decimal): -9825009 or 988522. OLE color: 988522.

HSL color Cylindrical-coordinate representation of color #6A150F: hue angle of 3.96º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A150F is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 21 15 -
CMYK 0 0.80 0.86 0.58
HSL 3.96º 0.75% 0.24% -
HSV(B) 3.96º 0.86% 0.42% -
XYZ 6.3 3.63 0.82 -
YUV 45.73 110.66 170.99 -
System Red Green Blue C M Y K H S L
Decimal 106 21 15 0 0.80 0.86 0.58 3.96 0.75 0.24
Hex 6A 15 F 0 50 56 3A 4 4B 18
Octal 152 25 17 0 120 126 72 4 113 30
Binary 1101010 10101 1111 0 1010000 1010110 111010 100 1001011 11000

Color Harmonies of #6A150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A150F

Black with #6A150F

Text Example


Text Example

White with #6A150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A150F; }

 p { color: rgb(106,21,15); }

 H1.HeaderClassName
 {
   color: #6A150F;
 }
 .AnyTagClassName
 {
   color: #6A150F;
 }
</style>

background-color css

<style>
 a { background-color: #6A150F; }

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

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

border-color css

<style>
 span { border-color: #6A150F; }

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

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