Html Css Color HEX #30030F Rustic Red

📋 copy color: '#30030F'

red 48 ◦ green 3 ◦ blue 15

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

Shades of Rustic Red #30030F

Tints of Rustic Red #30030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.55%

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

R = 72.73%
G = 4.55%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30030F (or 0x30030F) is known color: Rustic Red. HEX triplet: 30, 03 and 0F. RGB value is (48,3,15). Sum of RGB (Red+Green+Blue) = 48+3+15=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #30030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30030F is #CFFCF0. Grayscale: #111111. Windows color (decimal): -13630705 or 983856. OLE color: 983856.

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

Color convert

RGB 48 3 15 -
CMYK 0 0.94 0.69 0.81
HSL 344º 0.88% 0.1% -
HSV(B) 344º 0.94% 0.19% -
XYZ 1.34 0.73 0.52 -
YUV 17.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 48 3 15 0 0.94 0.69 0.81 344 0.88 0.1
Hex 30 3 F 0 5E 45 51 158 58 A
Octal 60 3 17 0 136 105 121 530 130 12
Binary 110000 11 1111 0 1011110 1000101 1010001 101011000 1011000 1010

Color Harmonies of #30030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30030F

Black with #30030F

Text Example


Text Example

White with #30030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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