Html Css Color HEX #150A0D Rustic Red

📋 copy color: '#150A0D'

red 21 ◦ green 10 ◦ blue 13

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

Shades of Rustic Red #150A0D

Tints of Rustic Red #150A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 22.73%

 BLUE value IS 13 (5.47% from 255) = 29.55%

R = 47.73%
G = 22.73%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#150A0D (or 0x150A0D) is known color: Rustic Red. HEX triplet: 15, 0A and 0D. RGB value is (21,10,13). Sum of RGB (Red+Green+Blue) = 21+10+13=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 10 (4.30% from 255 or 22.73% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #150A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A0D is #EAF5F2. Grayscale: #0D0D0D. Windows color (decimal): -15398387 or 854549. OLE color: 854549.

HSL color Cylindrical-coordinate representation of color #150A0D: hue angle of 343.64º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #150A0D is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 10 13 -
CMYK 0 0.52 0.38 0.92
HSL 343.64º 0.35% 0.06% -
HSV(B) 343.64º 0.52% 0.08% -
XYZ 0.49 0.41 0.43 -
YUV 13.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 21 10 13 0 0.52 0.38 0.92 343.64 0.35 0.06
Hex 15 A D 0 34 26 5C 158 23 6
Octal 25 12 15 0 64 46 134 530 43 6
Binary 10101 1010 1101 0 110100 100110 1011100 101011000 100011 110

Color Harmonies of #150A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A0D

Black with #150A0D

Text Example


Text Example

White with #150A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150A0D; }

 p { color: rgb(21,10,13); }

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

background-color css

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

 a { background-color: rgb(21,10,13); }

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

border-color css

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

 span { border-color: rgb(21,10,13); }

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