Html Css Color HEX #150206 Rustic Red

📋 copy color: '#150206'

red 21 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #150206

Tints of Rustic Red #150206

RGB

 RED value IS 21 (8.59% from 255) = 72.41%

 GREEN value IS 2 (1.17% from 255) = 6.9%

 BLUE value IS 6 (2.73% from 255) = 20.69%

R = 72.41%
G = 6.9%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.92

RGB Variations

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

Color information

#150206 (or 0x150206) is known color: Rustic Red. HEX triplet: 15, 02 and 06. RGB value is (21,2,6). Sum of RGB (Red+Green+Blue) = 21+2+6=29 (3% of max value = 765). Red value is 21 (8.59% from 255 or 72.41% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 21 - color contains mainly: red. Hex color #150206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150206 is #EAFDF9. Grayscale: #080808. Windows color (decimal): -15400442 or 393749. OLE color: 393749.

HSL color Cylindrical-coordinate representation of color #150206: hue angle of 347.37º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150206 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 2 6 -
CMYK 0 0.90 0.71 0.92
HSL 347.37º 0.83% 0.05% -
HSV(B) 347.37º 0.9% 0.08% -
XYZ 0.36 0.22 0.19 -
YUV 8.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 21 2 6 0 0.90 0.71 0.92 347.37 0.83 0.05
Hex 15 2 6 0 5A 47 5C 15B 53 5
Octal 25 2 6 0 132 107 134 533 123 5
Binary 10101 10 110 0 1011010 1000111 1011100 101011011 1010011 101

Color Harmonies of #150206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150206

Black with #150206

Text Example


Text Example

White with #150206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150206; }

 p { color: rgb(21,2,6); }

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

background-color css

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

 a { background-color: rgb(21,2,6); }

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

border-color css

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

 span { border-color: rgb(21,2,6); }

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