Html Css Color HEX #150506 Rustic Red

📋 copy color: '#150506'

red 21 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #150506

Tints of Rustic Red #150506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 15.63%

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

R = 65.63%
G = 15.63%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.92

RGB Variations

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

Color information

#150506 (or 0x150506) is known color: Rustic Red. HEX triplet: 15, 05 and 06. RGB value is (21,5,6). Sum of RGB (Red+Green+Blue) = 21+5+6=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150506 is #EAFAF9. Grayscale: #090909. Windows color (decimal): -15399674 or 394517. OLE color: 394517.

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

Color convert

RGB 21 5 6 -
CMYK 0 0.76 0.71 0.92
HSL 356.25º 0.62% 0.05% -
HSV(B) 356.25º 0.76% 0.08% -
XYZ 0.4 0.28 0.21 -
YUV 9.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 21 5 6 0 0.76 0.71 0.92 356.25 0.62 0.05
Hex 15 5 6 0 4C 47 5C 164 3E 5
Octal 25 5 6 0 114 107 134 544 76 5
Binary 10101 101 110 0 1001100 1000111 1011100 101100100 111110 101

Color Harmonies of #150506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150506

Black with #150506

Text Example


Text Example

White with #150506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150506; }

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

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

background-color css

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

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

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

border-color css

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

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

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