Html Css Color HEX #150002 Rustic Red

📋 copy color: '#150002'

red 21 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #150002

Tints of Rustic Red #150002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.3%
G = 0%
B = 8.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#150002 (or 0x150002) is known color: Rustic Red. HEX triplet: 15, 00 and 02. RGB value is (21,0,2). Sum of RGB (Red+Green+Blue) = 21+0+2=23 (3% of max value = 765). Red value is 21 (8.59% from 255 or 91.30% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 21 - color contains mainly: red. Hex color #150002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150002 is #EAFFFD. Grayscale: #060606. Windows color (decimal): -15400958 or 131093. OLE color: 131093.

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

Color convert

RGB 21 0 2 -
CMYK 0 1 0.90 0.92
HSL 354.29º 1% 0.04% -
HSV(B) 354.29º 1% 0.08% -
XYZ 0.32 0.16 0.07 -
YUV 6.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 21 0 2 0 1 0.90 0.92 354.29 1 0.04
Hex 15 0 2 0 64 5A 5C 162 64 4
Octal 25 0 2 0 144 132 134 542 144 4
Binary 10101 0 10 0 1100100 1011010 1011100 101100010 1100100 100

Color Harmonies of #150002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150002

Black with #150002

Text Example


Text Example

White with #150002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150002; }

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

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

background-color css

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

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

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

border-color css

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

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

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