Html Css Color HEX #30050E Rustic Red

📋 copy color: '#30050E'

red 48 ◦ green 5 ◦ blue 14

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

Shades of Rustic Red #30050E

Tints of Rustic Red #30050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 20.9%

R = 71.64%
G = 7.46%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#30050E (or 0x30050E) is known color: Rustic Red. HEX triplet: 30, 05 and 0E. RGB value is (48,5,14). Sum of RGB (Red+Green+Blue) = 48+5+14=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #30050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30050E is #CFFAF1. Grayscale: #121212. Windows color (decimal): -13630194 or 918832. OLE color: 918832.

HSL color Cylindrical-coordinate representation of color #30050E: hue angle of 347.44º 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 #30050E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 5 14 -
CMYK 0 0.90 0.71 0.81
HSL 347.44º 0.81% 0.1% -
HSV(B) 347.44º 0.9% 0.19% -
XYZ 1.35 0.77 0.49 -
YUV 18.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 48 5 14 0 0.90 0.71 0.81 347.44 0.81 0.1
Hex 30 5 E 0 5A 47 51 15B 51 A
Octal 60 5 16 0 132 107 121 533 121 12
Binary 110000 101 1110 0 1011010 1000111 1010001 101011011 1010001 1010

Color Harmonies of #30050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30050E

Black with #30050E

Text Example


Text Example

White with #30050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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