Html Css Color HEX #15040B Rustic Red

📋 copy color: '#15040B'

red 21 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #15040B

Tints of Rustic Red #15040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 30.56%

R = 58.33%
G = 11.11%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#15040B (or 0x15040B) is known color: Rustic Red. HEX triplet: 15, 04 and 0B. RGB value is (21,4,11). Sum of RGB (Red+Green+Blue) = 21+4+11=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #15040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15040B is #EAFBF4. Grayscale: #090909. Windows color (decimal): -15399925 or 721941. OLE color: 721941.

HSL color Cylindrical-coordinate representation of color #15040B: hue angle of 335.29º 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 #15040B is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 4 11 -
CMYK 0 0.81 0.48 0.92
HSL 335.29º 0.68% 0.05% -
HSV(B) 335.29º 0.81% 0.08% -
XYZ 0.41 0.27 0.35 -
YUV 9.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 21 4 11 0 0.81 0.48 0.92 335.29 0.68 0.05
Hex 15 4 B 0 51 30 5C 14F 44 5
Octal 25 4 13 0 121 60 134 517 104 5
Binary 10101 100 1011 0 1010001 110000 1011100 101001111 1000100 101

Color Harmonies of #15040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15040B

Black with #15040B

Text Example


Text Example

White with #15040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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