Html Css Color HEX #150208 Rustic Red

📋 copy color: '#150208'

red 21 ◦ green 2 ◦ blue 8

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

Shades of Rustic Red #150208

Tints of Rustic Red #150208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 25.81%

R = 67.74%
G = 6.45%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#150208 (or 0x150208) is known color: Rustic Red. HEX triplet: 15, 02 and 08. RGB value is (21,2,8). Sum of RGB (Red+Green+Blue) = 21+2+8=31 (4% of max value = 765). Red value is 21 (8.59% from 255 or 67.74% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 21 - color contains mainly: red. Hex color #150208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150208 is #EAFDF7. Grayscale: #080808. Windows color (decimal): -15400440 or 524821. OLE color: 524821.

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

Color convert

RGB 21 2 8 -
CMYK 0 0.90 0.62 0.92
HSL 341.05º 0.83% 0.05% -
HSV(B) 341.05º 0.9% 0.08% -
XYZ 0.37 0.22 0.25 -
YUV 8.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 21 2 8 0 0.90 0.62 0.92 341.05 0.83 0.05
Hex 15 2 8 0 5A 3E 5C 155 53 5
Octal 25 2 10 0 132 76 134 525 123 5
Binary 10101 10 1000 0 1011010 111110 1011100 101010101 1010011 101

Color Harmonies of #150208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150208

Black with #150208

Text Example


Text Example

White with #150208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150208; }

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

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

background-color css

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

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

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

border-color css

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

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

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