Html Css Color HEX #150409 Rustic Red

📋 copy color: '#150409'

red 21 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #150409

Tints of Rustic Red #150409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 11.76%

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

R = 61.76%
G = 11.76%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.92

RGB Variations

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

Color information

#150409 (or 0x150409) is known color: Rustic Red. HEX triplet: 15, 04 and 09. RGB value is (21,4,9). Sum of RGB (Red+Green+Blue) = 21+4+9=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #150409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150409 is #EAFBF6. Grayscale: #090909. Windows color (decimal): -15399927 or 590869. OLE color: 590869.

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

Color convert

RGB 21 4 9 -
CMYK 0 0.81 0.57 0.92
HSL 342.35º 0.68% 0.05% -
HSV(B) 342.35º 0.81% 0.08% -
XYZ 0.4 0.27 0.29 -
YUV 9.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 21 4 9 0 0.81 0.57 0.92 342.35 0.68 0.05
Hex 15 4 9 0 51 39 5C 156 44 5
Octal 25 4 11 0 121 71 134 526 104 5
Binary 10101 100 1001 0 1010001 111001 1011100 101010110 1000100 101

Color Harmonies of #150409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150409

Black with #150409

Text Example


Text Example

White with #150409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150409; }

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

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

background-color css

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

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

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

border-color css

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

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

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