Html Css Color HEX #30030E Rustic Red

📋 copy color: '#30030E'

red 48 ◦ green 3 ◦ blue 14

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

Shades of Rustic Red #30030E

Tints of Rustic Red #30030E

RGB

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

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

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

R = 73.85%
G = 4.62%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#30030E (or 0x30030E) is known color: Rustic Red. HEX triplet: 30, 03 and 0E. RGB value is (48,3,14). Sum of RGB (Red+Green+Blue) = 48+3+14=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #30030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30030E is #CFFCF1. Grayscale: #111111. Windows color (decimal): -13630706 or 918320. OLE color: 918320.

HSL color Cylindrical-coordinate representation of color #30030E: hue angle of 345.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30030E is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 3 14 -
CMYK 0 0.94 0.71 0.81
HSL 345.33º 0.88% 0.1% -
HSV(B) 345.33º 0.94% 0.19% -
XYZ 1.33 0.73 0.49 -
YUV 17.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 48 3 14 0 0.94 0.71 0.81 345.33 0.88 0.1
Hex 30 3 E 0 5E 47 51 159 58 A
Octal 60 3 16 0 136 107 121 531 130 12
Binary 110000 11 1110 0 1011110 1000111 1010001 101011001 1011000 1010

Color Harmonies of #30030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30030E

Black with #30030E

Text Example


Text Example

White with #30030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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