Html Css Color HEX #30000D Rustic Red

📋 copy color: '#30000D'

red 48 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #30000D

Tints of Rustic Red #30000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.69%
G = 0%
B = 21.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30000D (or 0x30000D) is known color: Rustic Red. HEX triplet: 30, 00 and 0D. RGB value is (48,0,13). Sum of RGB (Red+Green+Blue) = 48+0+13=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #30000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30000D is #CFFFF2. Grayscale: #0F0F0F. Windows color (decimal): -13631475 or 852016. OLE color: 852016.

HSL color Cylindrical-coordinate representation of color #30000D: hue angle of 343.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30000D is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 0 13 -
CMYK 0 1 0.73 0.81
HSL 343.75º 1% 0.09% -
HSV(B) 343.75º 1% 0.19% -
XYZ 1.29 0.66 0.44 -
YUV 15.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 48 0 13 0 1 0.73 0.81 343.75 1 0.09
Hex 30 0 D 0 64 49 51 158 64 9
Octal 60 0 15 0 144 111 121 530 144 11
Binary 110000 0 1101 0 1100100 1001001 1010001 101011000 1100100 1001

Color Harmonies of #30000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30000D

Black with #30000D

Text Example


Text Example

White with #30000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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