Html Css Color HEX #30040A Rustic Red

📋 copy color: '#30040A'

red 48 ◦ green 4 ◦ blue 10

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

Shades of Rustic Red #30040A

Tints of Rustic Red #30040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.45%

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

R = 77.42%
G = 6.45%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30040A (or 0x30040A) is known color: Rustic Red. HEX triplet: 30, 04 and 0A. RGB value is (48,4,10). Sum of RGB (Red+Green+Blue) = 48+4+10=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #30040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30040A is #CFFBF5. Grayscale: #111111. Windows color (decimal): -13630454 or 656432. OLE color: 656432.

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

Color convert

RGB 48 4 10 -
CMYK 0 0.92 0.79 0.81
HSL 351.82º 0.85% 0.1% -
HSV(B) 351.82º 0.92% 0.19% -
XYZ 1.32 0.74 0.36 -
YUV 17.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 48 4 10 0 0.92 0.79 0.81 351.82 0.85 0.1
Hex 30 4 A 0 5C 4F 51 160 55 A
Octal 60 4 12 0 134 117 121 540 125 12
Binary 110000 100 1010 0 1011100 1001111 1010001 101100000 1010101 1010

Color Harmonies of #30040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30040A

Black with #30040A

Text Example


Text Example

White with #30040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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