Html Css Color HEX #30080D Rustic Red

📋 copy color: '#30080D'

red 48 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #30080D

Tints of Rustic Red #30080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.84%

R = 69.57%
G = 11.59%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30080D (or 0x30080D) is known color: Rustic Red. HEX triplet: 30, 08 and 0D. RGB value is (48,8,13). Sum of RGB (Red+Green+Blue) = 48+8+13=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #30080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30080D is #CFF7F2. Grayscale: #141414. Windows color (decimal): -13629427 or 854064. OLE color: 854064.

HSL color Cylindrical-coordinate representation of color #30080D: hue angle of 352.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 #30080D is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 8 13 -
CMYK 0 0.83 0.73 0.81
HSL 352.5º 0.71% 0.11% -
HSV(B) 352.5º 0.83% 0.19% -
XYZ 1.38 0.83 0.47 -
YUV 20.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 48 8 13 0 0.83 0.73 0.81 352.5 0.71 0.11
Hex 30 8 D 0 53 49 51 160 47 B
Octal 60 10 15 0 123 111 121 540 107 13
Binary 110000 1000 1101 0 1010011 1001001 1010001 101100000 1000111 1011

Color Harmonies of #30080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30080D

Black with #30080D

Text Example


Text Example

White with #30080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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