Html Css Color HEX #150508 Rustic Red

📋 copy color: '#150508'

red 21 ◦ green 5 ◦ blue 8

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

Shades of Rustic Red #150508

Tints of Rustic Red #150508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 23.53%

R = 61.76%
G = 14.71%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#150508 (or 0x150508) is known color: Rustic Red. HEX triplet: 15, 05 and 08. RGB value is (21,5,8). Sum of RGB (Red+Green+Blue) = 21+5+8=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #150508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150508 is #EAFAF7. Grayscale: #0A0A0A. Windows color (decimal): -15399672 or 525589. OLE color: 525589.

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

Color convert

RGB 21 5 8 -
CMYK 0 0.76 0.62 0.92
HSL 348.75º 0.62% 0.05% -
HSV(B) 348.75º 0.76% 0.08% -
XYZ 0.41 0.29 0.26 -
YUV 10.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 21 5 8 0 0.76 0.62 0.92 348.75 0.62 0.05
Hex 15 5 8 0 4C 3E 5C 15D 3E 5
Octal 25 5 10 0 114 76 134 535 76 5
Binary 10101 101 1000 0 1001100 111110 1011100 101011101 111110 101

Color Harmonies of #150508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150508

Black with #150508

Text Example


Text Example

White with #150508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150508; }

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

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

background-color css

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

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

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

border-color css

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

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

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