Html Css Color HEX #150509 Rustic Red

📋 copy color: '#150509'

red 21 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #150509

Tints of Rustic Red #150509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 25.71%

R = 60%
G = 14.29%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.92

RGB Variations

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

Color information

#150509 (or 0x150509) is known color: Rustic Red. HEX triplet: 15, 05 and 09. RGB value is (21,5,9). Sum of RGB (Red+Green+Blue) = 21+5+9=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #150509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150509 is #EAFAF6. Grayscale: #0A0A0A. Windows color (decimal): -15399671 or 591125. OLE color: 591125.

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

Color convert

RGB 21 5 9 -
CMYK 0 0.76 0.57 0.92
HSL 345º 0.62% 0.05% -
HSV(B) 345º 0.76% 0.08% -
XYZ 0.41 0.29 0.29 -
YUV 10.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 21 5 9 0 0.76 0.57 0.92 345 0.62 0.05
Hex 15 5 9 0 4C 39 5C 159 3E 5
Octal 25 5 11 0 114 71 134 531 76 5
Binary 10101 101 1001 0 1001100 111001 1011100 101011001 111110 101

Color Harmonies of #150509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150509

Black with #150509

Text Example


Text Example

White with #150509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150509; }

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

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

background-color css

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

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

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

border-color css

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

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

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