Html Css Color HEX #300206 Rustic Red

📋 copy color: '#300206'

red 48 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #300206

Tints of Rustic Red #300206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 10.71%

R = 85.71%
G = 3.57%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#300206 (or 0x300206) is known color: Rustic Red. HEX triplet: 30, 02 and 06. RGB value is (48,2,6). Sum of RGB (Red+Green+Blue) = 48+2+6=56 (7% of max value = 765). Red value is 48 (19.14% from 255 or 85.71% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 48 - color contains mainly: red. Hex color #300206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300206 is #CFFDF9. Grayscale: #101010. Windows color (decimal): -13630970 or 393776. OLE color: 393776.

HSL color Cylindrical-coordinate representation of color #300206: hue angle of 354.78º 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 #300206 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 2 6 -
CMYK 0 0.96 0.87 0.81
HSL 354.78º 0.92% 0.1% -
HSV(B) 354.78º 0.96% 0.19% -
XYZ 1.27 0.68 0.24 -
YUV 16.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 48 2 6 0 0.96 0.87 0.81 354.78 0.92 0.1
Hex 30 2 6 0 60 57 51 163 5C A
Octal 60 2 6 0 140 127 121 543 134 12
Binary 110000 10 110 0 1100000 1010111 1010001 101100011 1011100 1010

Color Harmonies of #300206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300206

Black with #300206

Text Example


Text Example

White with #300206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300206; }

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

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

background-color css

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

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

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

border-color css

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

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

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