Html Css Color HEX #2F050A Rustic Red

📋 copy color: '#2F050A'

red 47 ◦ green 5 ◦ blue 10

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

Shades of Rustic Red #2F050A

Tints of Rustic Red #2F050A

RGB

 RED value IS 47 (18.75% from 255) = 75.81%

 GREEN value IS 5 (2.34% from 255) = 8.06%

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

R = 75.81%
G = 8.06%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.82

RGB Variations

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

Color information

#2F050A (or 0x2F050A) is known color: Rustic Red. HEX triplet: 2F, 05 and 0A. RGB value is (47,5,10). Sum of RGB (Red+Green+Blue) = 47+5+10=62 (8% of max value = 765). Red value is 47 (18.75% from 255 or 75.81% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 47 - color contains mainly: red. Hex color #2F050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F050A is #D0FAF5. Grayscale: #121212. Windows color (decimal): -13695734 or 656687. OLE color: 656687.

HSL color Cylindrical-coordinate representation of color #2F050A: hue angle of 352.86º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F050A is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 5 10 -
CMYK 0 0.89 0.79 0.82
HSL 352.86º 0.81% 0.1% -
HSV(B) 352.86º 0.89% 0.18% -
XYZ 1.28 0.73 0.36 -
YUV 18.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 47 5 10 0 0.89 0.79 0.82 352.86 0.81 0.1
Hex 2F 5 A 0 59 4F 52 161 51 A
Octal 57 5 12 0 131 117 122 541 121 12
Binary 101111 101 1010 0 1011001 1001111 1010010 101100001 1010001 1010

Color Harmonies of #2F050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F050A

Black with #2F050A

Text Example


Text Example

White with #2F050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F050A; }

 p { color: rgb(47,5,10); }

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

background-color css

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

 a { background-color: rgb(47,5,10); }

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

border-color css

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

 span { border-color: rgb(47,5,10); }

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