Html Css Color HEX #30070F Rustic Red

📋 copy color: '#30070F'

red 48 ◦ green 7 ◦ blue 15

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

Shades of Rustic Red #30070F

Tints of Rustic Red #30070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10%

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

R = 68.57%
G = 10%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30070F (or 0x30070F) is known color: Rustic Red. HEX triplet: 30, 07 and 0F. RGB value is (48,7,15). Sum of RGB (Red+Green+Blue) = 48+7+15=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #30070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30070F is #CFF8F0. Grayscale: #141414. Windows color (decimal): -13629681 or 984880. OLE color: 984880.

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

Color convert

RGB 48 7 15 -
CMYK 0 0.85 0.69 0.81
HSL 348.29º 0.75% 0.11% -
HSV(B) 348.29º 0.85% 0.19% -
XYZ 1.38 0.81 0.54 -
YUV 20.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 48 7 15 0 0.85 0.69 0.81 348.29 0.75 0.11
Hex 30 7 F 0 55 45 51 15C 4B B
Octal 60 7 17 0 125 105 121 534 113 13
Binary 110000 111 1111 0 1010101 1000101 1010001 101011100 1001011 1011

Color Harmonies of #30070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30070F

Black with #30070F

Text Example


Text Example

White with #30070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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