Html Css Color HEX #30080F Rustic Red

📋 copy color: '#30080F'

red 48 ◦ green 8 ◦ blue 15

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

Shades of Rustic Red #30080F

Tints of Rustic Red #30080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.27%

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

R = 67.61%
G = 11.27%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30080F (or 0x30080F) is known color: Rustic Red. HEX triplet: 30, 08 and 0F. RGB value is (48,8,15). Sum of RGB (Red+Green+Blue) = 48+8+15=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #30080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30080F is #CFF7F0. Grayscale: #141414. Windows color (decimal): -13629425 or 985136. OLE color: 985136.

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

Color convert

RGB 48 8 15 -
CMYK 0 0.83 0.69 0.81
HSL 349.5º 0.71% 0.11% -
HSV(B) 349.5º 0.83% 0.19% -
XYZ 1.39 0.84 0.54 -
YUV 20.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 48 8 15 0 0.83 0.69 0.81 349.5 0.71 0.11
Hex 30 8 F 0 53 45 51 15E 47 B
Octal 60 10 17 0 123 105 121 536 107 13
Binary 110000 1000 1111 0 1010011 1000101 1010001 101011110 1000111 1011

Color Harmonies of #30080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30080F

Black with #30080F

Text Example


Text Example

White with #30080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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