Html Css Color HEX #150507 Rustic Red

📋 copy color: '#150507'

red 21 ◦ green 5 ◦ blue 7

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

Shades of Rustic Red #150507

Tints of Rustic Red #150507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 15.15%

 BLUE value IS 7 (3.13% from 255) = 21.21%

R = 63.64%
G = 15.15%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.92

RGB Variations

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

Color information

#150507 (or 0x150507) is known color: Rustic Red. HEX triplet: 15, 05 and 07. RGB value is (21,5,7). Sum of RGB (Red+Green+Blue) = 21+5+7=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #150507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150507 is #EAFAF8. Grayscale: #0A0A0A. Windows color (decimal): -15399673 or 460053. OLE color: 460053.

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

Color convert

RGB 21 5 7 -
CMYK 0 0.76 0.67 0.92
HSL 352.5º 0.62% 0.05% -
HSV(B) 352.5º 0.76% 0.08% -
XYZ 0.4 0.28 0.23 -
YUV 10.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 21 5 7 0 0.76 0.67 0.92 352.5 0.62 0.05
Hex 15 5 7 0 4C 43 5C 160 3E 5
Octal 25 5 7 0 114 103 134 540 76 5
Binary 10101 101 111 0 1001100 1000011 1011100 101100000 111110 101

Color Harmonies of #150507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150507

Black with #150507

Text Example


Text Example

White with #150507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150507; }

 p { color: rgb(21,5,7); }

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

background-color css

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

 a { background-color: rgb(21,5,7); }

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

border-color css

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

 span { border-color: rgb(21,5,7); }

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