Html Css Color HEX #150304 Rustic Red

📋 copy color: '#150304'

red 21 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #150304

Tints of Rustic Red #150304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 10.71%

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

R = 75%
G = 10.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#150304 (or 0x150304) is known color: Rustic Red. HEX triplet: 15, 03 and 04. RGB value is (21,3,4). Sum of RGB (Red+Green+Blue) = 21+3+4=28 (3% of max value = 765). Red value is 21 (8.59% from 255 or 75% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 21 - color contains mainly: red. Hex color #150304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150304 is #EAFCFB. Grayscale: #080808. Windows color (decimal): -15400188 or 262933. OLE color: 262933.

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

Color convert

RGB 21 3 4 -
CMYK 0 0.86 0.81 0.92
HSL 356.67º 0.75% 0.05% -
HSV(B) 356.67º 0.86% 0.08% -
XYZ 0.36 0.23 0.14 -
YUV 8.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 21 3 4 0 0.86 0.81 0.92 356.67 0.75 0.05
Hex 15 3 4 0 56 51 5C 165 4B 5
Octal 25 3 4 0 126 121 134 545 113 5
Binary 10101 11 100 0 1010110 1010001 1011100 101100101 1001011 101

Color Harmonies of #150304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150304

Black with #150304

Text Example


Text Example

White with #150304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150304; }

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

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

background-color css

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

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

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

border-color css

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

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

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