Html Css Color HEX #300813 Rustic Red

📋 copy color: '#300813'

red 48 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #300813

Tints of Rustic Red #300813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.67%

 BLUE value IS 19 (7.81% from 255) = 25.33%

R = 64%
G = 10.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#300813 (or 0x300813) is known color: Rustic Red. HEX triplet: 30, 08 and 13. RGB value is (48,8,19). Sum of RGB (Red+Green+Blue) = 48+8+19=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300813 is #CFF7EC. Grayscale: #151515. Windows color (decimal): -13629421 or 1247280. OLE color: 1247280.

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

Color convert

RGB 48 8 19 -
CMYK 0 0.83 0.60 0.81
HSL 343.5º 0.71% 0.11% -
HSV(B) 343.5º 0.83% 0.19% -
XYZ 1.42 0.85 0.7 -
YUV 21.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 48 8 19 0 0.83 0.60 0.81 343.5 0.71 0.11
Hex 30 8 13 0 53 3C 51 158 47 B
Octal 60 10 23 0 123 74 121 530 107 13
Binary 110000 1000 10011 0 1010011 111100 1010001 101011000 1000111 1011

Color Harmonies of #300813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300813

Black with #300813

Text Example


Text Example

White with #300813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300813; }

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

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

background-color css

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

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

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

border-color css

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

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

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