Html Css Color HEX #150203 Rustic Red

📋 copy color: '#150203'

red 21 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #150203

Tints of Rustic Red #150203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 11.54%

R = 80.77%
G = 7.69%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.92

RGB Variations

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

Color information

#150203 (or 0x150203) is known color: Rustic Red. HEX triplet: 15, 02 and 03. RGB value is (21,2,3). Sum of RGB (Red+Green+Blue) = 21+2+3=26 (3% of max value = 765). Red value is 21 (8.59% from 255 or 80.77% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 21 - color contains mainly: red. Hex color #150203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150203 is #EAFDFC. Grayscale: #070707. Windows color (decimal): -15400445 or 197141. OLE color: 197141.

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

Color convert

RGB 21 2 3 -
CMYK 0 0.90 0.86 0.92
HSL 356.84º 0.83% 0.05% -
HSV(B) 356.84º 0.9% 0.08% -
XYZ 0.35 0.21 0.11 -
YUV 7.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 21 2 3 0 0.90 0.86 0.92 356.84 0.83 0.05
Hex 15 2 3 0 5A 56 5C 165 53 5
Octal 25 2 3 0 132 126 134 545 123 5
Binary 10101 10 11 0 1011010 1010110 1011100 101100101 1010011 101

Color Harmonies of #150203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150203

Black with #150203

Text Example


Text Example

White with #150203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150203; }

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

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

background-color css

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

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

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

border-color css

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

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

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