Html Css Color HEX #150207 Rustic Red

📋 copy color: '#150207'

red 21 ◦ green 2 ◦ blue 7

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

Shades of Rustic Red #150207

Tints of Rustic Red #150207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.67%

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

R = 70%
G = 6.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.92

RGB Variations

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

Color information

#150207 (or 0x150207) is known color: Rustic Red. HEX triplet: 15, 02 and 07. RGB value is (21,2,7). Sum of RGB (Red+Green+Blue) = 21+2+7=30 (3% of max value = 765). Red value is 21 (8.59% from 255 or 70% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 21 - color contains mainly: red. Hex color #150207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150207 is #EAFDF8. Grayscale: #080808. Windows color (decimal): -15400441 or 459285. OLE color: 459285.

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

Color convert

RGB 21 2 7 -
CMYK 0 0.90 0.67 0.92
HSL 344.21º 0.83% 0.05% -
HSV(B) 344.21º 0.9% 0.08% -
XYZ 0.37 0.22 0.22 -
YUV 8.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 21 2 7 0 0.90 0.67 0.92 344.21 0.83 0.05
Hex 15 2 7 0 5A 43 5C 158 53 5
Octal 25 2 7 0 132 103 134 530 123 5
Binary 10101 10 111 0 1011010 1000011 1011100 101011000 1010011 101

Color Harmonies of #150207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150207

Black with #150207

Text Example


Text Example

White with #150207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150207; }

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

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

background-color css

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

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

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

border-color css

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

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

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