Html Css Color HEX #2F0712 Rustic Red

📋 copy color: '#2F0712'

red 47 ◦ green 7 ◦ blue 18

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

Shades of Rustic Red #2F0712

Tints of Rustic Red #2F0712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 25%

R = 65.28%
G = 9.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.82

RGB Variations

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

Color information

#2F0712 (or 0x2F0712) is known color: Rustic Red. HEX triplet: 2F, 07 and 12. RGB value is (47,7,18). Sum of RGB (Red+Green+Blue) = 47+7+18=72 (9% of max value = 765). Red value is 47 (18.75% from 255 or 65.28% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0712 is #D0F8ED. Grayscale: #141414. Windows color (decimal): -13695214 or 1181487. OLE color: 1181487.

HSL color Cylindrical-coordinate representation of color #2F0712: hue angle of 343.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0712 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 7 18 -
CMYK 0 0.85 0.62 0.82
HSL 343.5º 0.74% 0.11% -
HSV(B) 343.5º 0.85% 0.18% -
XYZ 1.36 0.8 0.66 -
YUV 20.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 47 7 18 0 0.85 0.62 0.82 343.5 0.74 0.11
Hex 2F 7 12 0 55 3E 52 158 4A B
Octal 57 7 22 0 125 76 122 530 112 13
Binary 101111 111 10010 0 1010101 111110 1010010 101011000 1001010 1011

Color Harmonies of #2F0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0712

Black with #2F0712

Text Example


Text Example

White with #2F0712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,7,18); }

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

background-color css

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

 a { background-color: rgb(47,7,18); }

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

border-color css

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

 span { border-color: rgb(47,7,18); }

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