Html Css Color HEX #150708 Rustic Red

📋 copy color: '#150708'

red 21 ◦ green 7 ◦ blue 8

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

Shades of Rustic Red #150708

Tints of Rustic Red #150708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 19.44%

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

R = 58.33%
G = 19.44%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#150708 (or 0x150708) is known color: Rustic Red. HEX triplet: 15, 07 and 08. RGB value is (21,7,8). Sum of RGB (Red+Green+Blue) = 21+7+8=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #150708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150708 is #EAF8F7. Grayscale: #0B0B0B. Windows color (decimal): -15399160 or 526101. OLE color: 526101.

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

Color convert

RGB 21 7 8 -
CMYK 0 0.67 0.62 0.92
HSL 355.71º 0.5% 0.05% -
HSV(B) 355.71º 0.67% 0.08% -
XYZ 0.43 0.33 0.27 -
YUV 11.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 21 7 8 0 0.67 0.62 0.92 355.71 0.5 0.05
Hex 15 7 8 0 43 3E 5C 164 32 5
Octal 25 7 10 0 103 76 134 544 62 5
Binary 10101 111 1000 0 1000011 111110 1011100 101100100 110010 101

Color Harmonies of #150708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150708

Black with #150708

Text Example


Text Example

White with #150708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150708; }

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

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

background-color css

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

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

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

border-color css

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

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

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