Html Css Color HEX #150102 Rustic Red

📋 copy color: '#150102'

red 21 ◦ green 1 ◦ blue 2

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

Shades of Rustic Red #150102

Tints of Rustic Red #150102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4.17%

 BLUE value IS 2 (1.17% from 255) = 8.33%

R = 87.5%
G = 4.17%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#150102 (or 0x150102) is known color: Rustic Red. HEX triplet: 15, 01 and 02. RGB value is (21,1,2). Sum of RGB (Red+Green+Blue) = 21+1+2=24 (3% of max value = 765). Red value is 21 (8.59% from 255 or 87.5% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 21 - color contains mainly: red. Hex color #150102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150102 is #EAFEFD. Grayscale: #070707. Windows color (decimal): -15400702 or 131349. OLE color: 131349.

HSL color Cylindrical-coordinate representation of color #150102: hue angle of 357º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150102 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 1 2 -
CMYK 0 0.95 0.90 0.92
HSL 357º 0.91% 0.04% -
HSV(B) 357º 0.95% 0.08% -
XYZ 0.33 0.19 0.08 -
YUV 7.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 21 1 2 0 0.95 0.90 0.92 357 0.91 0.04
Hex 15 1 2 0 5F 5A 5C 165 5B 4
Octal 25 1 2 0 137 132 134 545 133 4
Binary 10101 1 10 0 1011111 1011010 1011100 101100101 1011011 100

Color Harmonies of #150102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150102

Black with #150102

Text Example


Text Example

White with #150102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150102; }

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

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

background-color css

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

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

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

border-color css

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

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

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