Html Css Color HEX #2F0513 Rustic Red

📋 copy color: '#2F0513'

red 47 ◦ green 5 ◦ blue 19

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

Shades of Rustic Red #2F0513

Tints of Rustic Red #2F0513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.76%

R = 66.2%
G = 7.04%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.82

RGB Variations

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

Color information

#2F0513 (or 0x2F0513) is known color: Rustic Red. HEX triplet: 2F, 05 and 13. RGB value is (47,5,19). Sum of RGB (Red+Green+Blue) = 47+5+19=71 (9% of max value = 765). Red value is 47 (18.75% from 255 or 66.20% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0513 is #D0FAEC. Grayscale: #131313. Windows color (decimal): -13695725 or 1246511. OLE color: 1246511.

HSL color Cylindrical-coordinate representation of color #2F0513: hue angle of 340º 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 #2F0513 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 5 19 -
CMYK 0 0.89 0.60 0.82
HSL 340º 0.81% 0.1% -
HSV(B) 340º 0.89% 0.18% -
XYZ 1.34 0.76 0.69 -
YUV 19.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 47 5 19 0 0.89 0.60 0.82 340 0.81 0.1
Hex 2F 5 13 0 59 3C 52 154 51 A
Octal 57 5 23 0 131 74 122 524 121 12
Binary 101111 101 10011 0 1011001 111100 1010010 101010100 1010001 1010

Color Harmonies of #2F0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0513

Black with #2F0513

Text Example


Text Example

White with #2F0513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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