Html Css Color HEX #300510 Rustic Red

📋 copy color: '#300510'

red 48 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #300510

Tints of Rustic Red #300510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.25%

 BLUE value IS 16 (6.64% from 255) = 23.19%

R = 69.57%
G = 7.25%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#300510 (or 0x300510) is known color: Rustic Red. HEX triplet: 30, 05 and 10. RGB value is (48,5,16). Sum of RGB (Red+Green+Blue) = 48+5+16=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #300510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300510 is #CFFAEF. Grayscale: #131313. Windows color (decimal): -13630192 or 1049904. OLE color: 1049904.

HSL color Cylindrical-coordinate representation of color #300510: hue angle of 344.65º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300510 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 5 16 -
CMYK 0 0.90 0.67 0.81
HSL 344.65º 0.81% 0.1% -
HSV(B) 344.65º 0.9% 0.19% -
XYZ 1.37 0.77 0.57 -
YUV 19.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 48 5 16 0 0.90 0.67 0.81 344.65 0.81 0.1
Hex 30 5 10 0 5A 43 51 159 51 A
Octal 60 5 20 0 132 103 121 531 121 12
Binary 110000 101 10000 0 1011010 1000011 1010001 101011001 1010001 1010

Color Harmonies of #300510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300510

Black with #300510

Text Example


Text Example

White with #300510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300510; }

 p { color: rgb(48,5,16); }

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

background-color css

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

 a { background-color: rgb(48,5,16); }

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

border-color css

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

 span { border-color: rgb(48,5,16); }

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