Html Css Color HEX #150204 Rustic Red

📋 copy color: '#150204'

red 21 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #150204

Tints of Rustic Red #150204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 14.81%

R = 77.78%
G = 7.41%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#150204 (or 0x150204) is known color: Rustic Red. HEX triplet: 15, 02 and 04. RGB value is (21,2,4). Sum of RGB (Red+Green+Blue) = 21+2+4=27 (3% of max value = 765). Red value is 21 (8.59% from 255 or 77.78% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 21 - color contains mainly: red. Hex color #150204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150204 is #EAFDFB. Grayscale: #070707. Windows color (decimal): -15400444 or 262677. OLE color: 262677.

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

Color convert

RGB 21 2 4 -
CMYK 0 0.90 0.81 0.92
HSL 353.68º 0.83% 0.05% -
HSV(B) 353.68º 0.9% 0.08% -
XYZ 0.35 0.21 0.14 -
YUV 7.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 21 2 4 0 0.90 0.81 0.92 353.68 0.83 0.05
Hex 15 2 4 0 5A 51 5C 162 53 5
Octal 25 2 4 0 132 121 134 542 123 5
Binary 10101 10 100 0 1011010 1010001 1011100 101100010 1010011 101

Color Harmonies of #150204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150204

Black with #150204

Text Example


Text Example

White with #150204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150204; }

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

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

background-color css

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

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

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

border-color css

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

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

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