Html Css Color HEX #30090F Rustic Red

📋 copy color: '#30090F'

red 48 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #30090F

Tints of Rustic Red #30090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.5%

 BLUE value IS 15 (6.25% from 255) = 20.83%

R = 66.67%
G = 12.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30090F (or 0x30090F) is known color: Rustic Red. HEX triplet: 30, 09 and 0F. RGB value is (48,9,15). Sum of RGB (Red+Green+Blue) = 48+9+15=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #30090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30090F is #CFF6F0. Grayscale: #151515. Windows color (decimal): -13629169 or 985392. OLE color: 985392.

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

Color convert

RGB 48 9 15 -
CMYK 0 0.81 0.69 0.81
HSL 350.77º 0.68% 0.11% -
HSV(B) 350.77º 0.81% 0.19% -
XYZ 1.4 0.86 0.54 -
YUV 21.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 48 9 15 0 0.81 0.69 0.81 350.77 0.68 0.11
Hex 30 9 F 0 51 45 51 15F 44 B
Octal 60 11 17 0 121 105 121 537 104 13
Binary 110000 1001 1111 0 1010001 1000101 1010001 101011111 1000100 1011

Color Harmonies of #30090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30090F

Black with #30090F

Text Example


Text Example

White with #30090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30090F; }

 p { color: rgb(48,9,15); }

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

background-color css

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

 a { background-color: rgb(48,9,15); }

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

border-color css

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

 span { border-color: rgb(48,9,15); }

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