Html Css Color HEX #150309 Rustic Red

📋 copy color: '#150309'

red 21 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #150309

Tints of Rustic Red #150309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 9.09%

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

R = 63.64%
G = 9.09%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.92

RGB Variations

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

Color information

#150309 (or 0x150309) is known color: Rustic Red. HEX triplet: 15, 03 and 09. RGB value is (21,3,9). Sum of RGB (Red+Green+Blue) = 21+3+9=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #150309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150309 is #EAFCF6. Grayscale: #090909. Windows color (decimal): -15400183 or 590613. OLE color: 590613.

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

Color convert

RGB 21 3 9 -
CMYK 0 0.86 0.57 0.92
HSL 340º 0.75% 0.05% -
HSV(B) 340º 0.86% 0.08% -
XYZ 0.39 0.24 0.28 -
YUV 9.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 21 3 9 0 0.86 0.57 0.92 340 0.75 0.05
Hex 15 3 9 0 56 39 5C 154 4B 5
Octal 25 3 11 0 126 71 134 524 113 5
Binary 10101 11 1001 0 1010110 111001 1011100 101010100 1001011 101

Color Harmonies of #150309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150309

Black with #150309

Text Example


Text Example

White with #150309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150309; }

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

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

background-color css

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

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

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

border-color css

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

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

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