Html Css Color HEX #30060F Rustic Red

📋 copy color: '#30060F'

red 48 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #30060F

Tints of Rustic Red #30060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.7%

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

R = 69.57%
G = 8.7%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30060F (or 0x30060F) is known color: Rustic Red. HEX triplet: 30, 06 and 0F. RGB value is (48,6,15). Sum of RGB (Red+Green+Blue) = 48+6+15=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #30060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30060F is #CFF9F0. Grayscale: #131313. Windows color (decimal): -13629937 or 984624. OLE color: 984624.

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

Color convert

RGB 48 6 15 -
CMYK 0 0.87 0.69 0.81
HSL 347.14º 0.78% 0.11% -
HSV(B) 347.14º 0.88% 0.19% -
XYZ 1.37 0.79 0.53 -
YUV 19.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 48 6 15 0 0.87 0.69 0.81 347.14 0.78 0.11
Hex 30 6 F 0 57 45 51 15B 4E B
Octal 60 6 17 0 127 105 121 533 116 13
Binary 110000 110 1111 0 1010111 1000101 1010001 101011011 1001110 1011

Color Harmonies of #30060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30060F

Black with #30060F

Text Example


Text Example

White with #30060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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