Html Css Color HEX #300205 Rustic Red

📋 copy color: '#300205'

red 48 ◦ green 2 ◦ blue 5

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

Shades of Rustic Red #300205

Tints of Rustic Red #300205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.64%

 BLUE value IS 5 (2.34% from 255) = 9.09%

R = 87.27%
G = 3.64%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#300205 (or 0x300205) is known color: Rustic Red. HEX triplet: 30, 02 and 05. RGB value is (48,2,5). Sum of RGB (Red+Green+Blue) = 48+2+5=55 (7% of max value = 765). Red value is 48 (19.14% from 255 or 87.27% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 48 - color contains mainly: red. Hex color #300205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300205 is #CFFDFA. Grayscale: #101010. Windows color (decimal): -13630971 or 328240. OLE color: 328240.

HSL color Cylindrical-coordinate representation of color #300205: hue angle of 356.09º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300205 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 2 5 -
CMYK 0 0.96 0.90 0.81
HSL 356.09º 0.92% 0.1% -
HSV(B) 356.09º 0.96% 0.19% -
XYZ 1.27 0.68 0.21 -
YUV 16.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 48 2 5 0 0.96 0.90 0.81 356.09 0.92 0.1
Hex 30 2 5 0 60 5A 51 164 5C A
Octal 60 2 5 0 140 132 121 544 134 12
Binary 110000 10 101 0 1100000 1011010 1010001 101100100 1011100 1010

Color Harmonies of #300205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300205

Black with #300205

Text Example


Text Example

White with #300205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300205; }

 p { color: rgb(48,2,5); }

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

background-color css

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

 a { background-color: rgb(48,2,5); }

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

border-color css

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

 span { border-color: rgb(48,2,5); }

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