Html Css Color HEX #30090C Rustic Red

📋 copy color: '#30090C'

red 48 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #30090C

Tints of Rustic Red #30090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 17.39%

R = 69.57%
G = 13.04%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30090C (or 0x30090C) is known color: Rustic Red. HEX triplet: 30, 09 and 0C. RGB value is (48,9,12). Sum of RGB (Red+Green+Blue) = 48+9+12=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #30090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30090C is #CFF6F3. Grayscale: #151515. Windows color (decimal): -13629172 or 788784. OLE color: 788784.

HSL color Cylindrical-coordinate representation of color #30090C: hue angle of 355.38º 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 #30090C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 9 12 -
CMYK 0 0.81 0.75 0.81
HSL 355.38º 0.68% 0.11% -
HSV(B) 355.38º 0.81% 0.19% -
XYZ 1.38 0.85 0.44 -
YUV 21 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 48 9 12 0 0.81 0.75 0.81 355.38 0.68 0.11
Hex 30 9 C 0 51 4B 51 163 44 B
Octal 60 11 14 0 121 113 121 543 104 13
Binary 110000 1001 1100 0 1010001 1001011 1010001 101100011 1000100 1011

Color Harmonies of #30090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30090C

Black with #30090C

Text Example


Text Example

White with #30090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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