Html Css Color HEX #30060C Rustic Red

📋 copy color: '#30060C'

red 48 ◦ green 6 ◦ blue 12

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

Shades of Rustic Red #30060C

Tints of Rustic Red #30060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.09%

 BLUE value IS 12 (5.08% from 255) = 18.18%

R = 72.73%
G = 9.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30060C (or 0x30060C) is known color: Rustic Red. HEX triplet: 30, 06 and 0C. RGB value is (48,6,12). Sum of RGB (Red+Green+Blue) = 48+6+12=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #30060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30060C is #CFF9F3. Grayscale: #131313. Windows color (decimal): -13629940 or 788016. OLE color: 788016.

HSL color Cylindrical-coordinate representation of color #30060C: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30060C is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 6 12 -
CMYK 0 0.87 0.75 0.81
HSL 351.43º 0.78% 0.11% -
HSV(B) 351.43º 0.88% 0.19% -
XYZ 1.35 0.79 0.43 -
YUV 19.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 48 6 12 0 0.87 0.75 0.81 351.43 0.78 0.11
Hex 30 6 C 0 57 4B 51 15F 4E B
Octal 60 6 14 0 127 113 121 537 116 13
Binary 110000 110 1100 0 1010111 1001011 1010001 101011111 1001110 1011

Color Harmonies of #30060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30060C

Black with #30060C

Text Example


Text Example

White with #30060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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