Html Css Color HEX #30040B Rustic Red

📋 copy color: '#30040B'

red 48 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #30040B

Tints of Rustic Red #30040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.35%

 BLUE value IS 11 (4.69% from 255) = 17.46%

R = 76.19%
G = 6.35%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#30040B (or 0x30040B) is known color: Rustic Red. HEX triplet: 30, 04 and 0B. RGB value is (48,4,11). Sum of RGB (Red+Green+Blue) = 48+4+11=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #30040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30040B is #CFFBF4. Grayscale: #111111. Windows color (decimal): -13630453 or 721968. OLE color: 721968.

HSL color Cylindrical-coordinate representation of color #30040B: hue angle of 350.45º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30040B is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 4 11 -
CMYK 0 0.92 0.77 0.81
HSL 350.45º 0.85% 0.1% -
HSV(B) 350.45º 0.92% 0.19% -
XYZ 1.32 0.74 0.39 -
YUV 17.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 48 4 11 0 0.92 0.77 0.81 350.45 0.85 0.1
Hex 30 4 B 0 5C 4D 51 15E 55 A
Octal 60 4 13 0 134 115 121 536 125 12
Binary 110000 100 1011 0 1011100 1001101 1010001 101011110 1010101 1010

Color Harmonies of #30040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30040B

Black with #30040B

Text Example


Text Example

White with #30040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30040B; }

 p { color: rgb(48,4,11); }

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

background-color css

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

 a { background-color: rgb(48,4,11); }

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

border-color css

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

 span { border-color: rgb(48,4,11); }

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