Html Css Color HEX #300608 Rustic Red

📋 copy color: '#300608'

red 48 ◦ green 6 ◦ blue 8

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

Shades of Rustic Red #300608

Tints of Rustic Red #300608

RGB

 RED value IS 48 (19.14% from 255) = 77.42%

 GREEN value IS 6 (2.73% from 255) = 9.68%

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

R = 77.42%
G = 9.68%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#300608 (or 0x300608) is known color: Rustic Red. HEX triplet: 30, 06 and 08. RGB value is (48,6,8). Sum of RGB (Red+Green+Blue) = 48+6+8=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #300608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300608 is #CFF9F7. Grayscale: #121212. Windows color (decimal): -13629944 or 525872. OLE color: 525872.

HSL color Cylindrical-coordinate representation of color #300608: hue angle of 357.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300608 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 6 8 -
CMYK 0 0.87 0.83 0.81
HSL 357.14º 0.78% 0.11% -
HSV(B) 357.14º 0.88% 0.19% -
XYZ 1.33 0.78 0.31 -
YUV 18.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 48 6 8 0 0.87 0.83 0.81 357.14 0.78 0.11
Hex 30 6 8 0 57 53 51 165 4E B
Octal 60 6 10 0 127 123 121 545 116 13
Binary 110000 110 1000 0 1010111 1010011 1010001 101100101 1001110 1011

Color Harmonies of #300608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300608

Black with #300608

Text Example


Text Example

White with #300608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300608; }

 p { color: rgb(48,6,8); }

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

background-color css

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

 a { background-color: rgb(48,6,8); }

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

border-color css

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

 span { border-color: rgb(48,6,8); }

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