Html Css Color HEX #30070A Rustic Red

📋 copy color: '#30070A'

red 48 ◦ green 7 ◦ blue 10

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

Shades of Rustic Red #30070A

Tints of Rustic Red #30070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.77%

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

R = 73.85%
G = 10.77%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30070A (or 0x30070A) is known color: Rustic Red. HEX triplet: 30, 07 and 0A. RGB value is (48,7,10). Sum of RGB (Red+Green+Blue) = 48+7+10=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #30070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30070A is #CFF8F5. Grayscale: #131313. Windows color (decimal): -13629686 or 657200. OLE color: 657200.

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

Color convert

RGB 48 7 10 -
CMYK 0 0.85 0.79 0.81
HSL 355.61º 0.75% 0.11% -
HSV(B) 355.61º 0.85% 0.19% -
XYZ 1.35 0.8 0.37 -
YUV 19.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 48 7 10 0 0.85 0.79 0.81 355.61 0.75 0.11
Hex 30 7 A 0 55 4F 51 164 4B B
Octal 60 7 12 0 125 117 121 544 113 13
Binary 110000 111 1010 0 1010101 1001111 1010001 101100100 1001011 1011

Color Harmonies of #30070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30070A

Black with #30070A

Text Example


Text Example

White with #30070A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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