Html Css Color HEX #150308 Rustic Red

📋 copy color: '#150308'

red 21 ◦ green 3 ◦ blue 8

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

Shades of Rustic Red #150308

Tints of Rustic Red #150308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 9.38%

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

R = 65.63%
G = 9.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#150308 (or 0x150308) is known color: Rustic Red. HEX triplet: 15, 03 and 08. RGB value is (21,3,8). Sum of RGB (Red+Green+Blue) = 21+3+8=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150308 is #EAFCF7. Grayscale: #080808. Windows color (decimal): -15400184 or 525077. OLE color: 525077.

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

Color convert

RGB 21 3 8 -
CMYK 0 0.86 0.62 0.92
HSL 343.33º 0.75% 0.05% -
HSV(B) 343.33º 0.86% 0.08% -
XYZ 0.39 0.24 0.26 -
YUV 8.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 21 3 8 0 0.86 0.62 0.92 343.33 0.75 0.05
Hex 15 3 8 0 56 3E 5C 157 4B 5
Octal 25 3 10 0 126 76 134 527 113 5
Binary 10101 11 1000 0 1010110 111110 1011100 101010111 1001011 101

Color Harmonies of #150308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150308

Black with #150308

Text Example


Text Example

White with #150308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150308; }

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

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

background-color css

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

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

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

border-color css

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

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

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