Html Css Color HEX #30050F Rustic Red

📋 copy color: '#30050F'

red 48 ◦ green 5 ◦ blue 15

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

Shades of Rustic Red #30050F

Tints of Rustic Red #30050F

RGB

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

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

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

R = 70.59%
G = 7.35%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30050F (or 0x30050F) is known color: Rustic Red. HEX triplet: 30, 05 and 0F. RGB value is (48,5,15). Sum of RGB (Red+Green+Blue) = 48+5+15=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #30050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30050F is #CFFAF0. Grayscale: #121212. Windows color (decimal): -13630193 or 984368. OLE color: 984368.

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

Color convert

RGB 48 5 15 -
CMYK 0 0.90 0.69 0.81
HSL 346.05º 0.81% 0.1% -
HSV(B) 346.05º 0.9% 0.19% -
XYZ 1.36 0.77 0.53 -
YUV 19 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 48 5 15 0 0.90 0.69 0.81 346.05 0.81 0.1
Hex 30 5 F 0 5A 45 51 15A 51 A
Octal 60 5 17 0 132 105 121 532 121 12
Binary 110000 101 1111 0 1011010 1000101 1010001 101011010 1010001 1010

Color Harmonies of #30050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30050F

Black with #30050F

Text Example


Text Example

White with #30050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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