Html Css Color HEX #150609 Rustic Red

📋 copy color: '#150609'

red 21 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #150609

Tints of Rustic Red #150609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 16.67%

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

R = 58.33%
G = 16.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.92

RGB Variations

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

Color information

#150609 (or 0x150609) is known color: Rustic Red. HEX triplet: 15, 06 and 09. RGB value is (21,6,9). Sum of RGB (Red+Green+Blue) = 21+6+9=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #150609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150609 is #EAF9F6. Grayscale: #0A0A0A. Windows color (decimal): -15399415 or 591381. OLE color: 591381.

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

Color convert

RGB 21 6 9 -
CMYK 0 0.71 0.57 0.92
HSL 348º 0.56% 0.05% -
HSV(B) 348º 0.71% 0.08% -
XYZ 0.42 0.31 0.3 -
YUV 10.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 21 6 9 0 0.71 0.57 0.92 348 0.56 0.05
Hex 15 6 9 0 47 39 5C 15C 38 5
Octal 25 6 11 0 107 71 134 534 70 5
Binary 10101 110 1001 0 1000111 111001 1011100 101011100 111000 101

Color Harmonies of #150609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150609

Black with #150609

Text Example


Text Example

White with #150609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150609; }

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

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

background-color css

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

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

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

border-color css

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

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

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