Html Css Color HEX #080304 Rustic Red

📋 copy color: '#080304'

red 8 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #080304

Tints of Rustic Red #080304

RGB

 RED value IS 8 (3.52% from 255) = 53.33%

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

 BLUE value IS 4 (1.95% from 255) = 26.67%

R = 53.33%
G = 20%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.5

 K value IS 0.97

RGB Variations

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

Color information

#080304 (or 0x080304) is known color: Rustic Red. HEX triplet: 08, 03 and 04. RGB value is (8,3,4). Sum of RGB (Red+Green+Blue) = 8+3+4=15 (1% of max value = 765). Red value is 8 (3.52% from 255 or 53.33% from 15); Green value is 3 (1.56% from 255 or 20% from 15); Blue value is 4 (1.95% from 255 or 26.67% from 15); Max value from RGB is 8 - color contains mainly: red. Hex color #080304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080304 is #F7FCFB. Grayscale: #040404. Windows color (decimal): -16252156 or 262920. OLE color: 262920.

HSL color Cylindrical-coordinate representation of color #080304: hue angle of 348º degrees, saturation: 0.45, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080304 is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.97.

Color convert

RGB 8 3 4 -
CMYK 0 0.63 0.5 0.97
HSL 348º 0.45% 0.02% -
HSV(B) 348º 0.63% 0.03% -
XYZ 0.15 0.13 0.13 -
YUV 4.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 8 3 4 0 0.63 0.5 0.97 348 0.45 0.02
Hex 8 3 4 0 3F 32 61 15C 2D 2
Octal 10 3 4 0 77 62 141 534 55 2
Binary 1000 11 100 0 111111 110010 1100001 101011100 101101 10

Color Harmonies of #080304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080304

Black with #080304

Text Example


Text Example

White with #080304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080304; }

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

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

background-color css

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

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

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

border-color css

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

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

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