Html Css Color HEX #30060A Rustic Red

📋 copy color: '#30060A'

red 48 ◦ green 6 ◦ blue 10

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

Shades of Rustic Red #30060A

Tints of Rustic Red #30060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 15.63%

R = 75%
G = 9.38%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30060A (or 0x30060A) is known color: Rustic Red. HEX triplet: 30, 06 and 0A. RGB value is (48,6,10). Sum of RGB (Red+Green+Blue) = 48+6+10=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #30060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30060A is #CFF9F5. Grayscale: #131313. Windows color (decimal): -13629942 or 656944. OLE color: 656944.

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

Color convert

RGB 48 6 10 -
CMYK 0 0.87 0.79 0.81
HSL 354.29º 0.78% 0.11% -
HSV(B) 354.29º 0.88% 0.19% -
XYZ 1.34 0.78 0.37 -
YUV 19.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 48 6 10 0 0.87 0.79 0.81 354.29 0.78 0.11
Hex 30 6 A 0 57 4F 51 162 4E B
Octal 60 6 12 0 127 117 121 542 116 13
Binary 110000 110 1010 0 1010111 1001111 1010001 101100010 1001110 1011

Color Harmonies of #30060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30060A

Black with #30060A

Text Example


Text Example

White with #30060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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