Html Css Color HEX #2F181B Rustic Red

📋 copy color: '#2F181B'

red 47 ◦ green 24 ◦ blue 27

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

Shades of Rustic Red #2F181B

Tints of Rustic Red #2F181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.49%

 BLUE value IS 27 (10.94% from 255) = 27.55%

R = 47.96%
G = 24.49%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.82

RGB Variations

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

Color information

#2F181B (or 0x2F181B) is known color: Rustic Red. HEX triplet: 2F, 18 and 1B. RGB value is (47,24,27). Sum of RGB (Red+Green+Blue) = 47+24+27=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F181B is #D0E7E4. Grayscale: #1F1F1F. Windows color (decimal): -13690853 or 1775663. OLE color: 1775663.

HSL color Cylindrical-coordinate representation of color #2F181B: hue angle of 352.17º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F181B is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 24 27 -
CMYK 0 0.49 0.43 0.82
HSL 352.17º 0.32% 0.14% -
HSV(B) 352.17º 0.49% 0.18% -
XYZ 1.7 1.34 1.21 -
YUV 31.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 47 24 27 0 0.49 0.43 0.82 352.17 0.32 0.14
Hex 2F 18 1B 0 31 2B 52 160 20 E
Octal 57 30 33 0 61 53 122 540 40 16
Binary 101111 11000 11011 0 110001 101011 1010010 101100000 100000 1110

Color Harmonies of #2F181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F181B

Black with #2F181B

Text Example


Text Example

White with #2F181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,24,27); }

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

background-color css

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

 a { background-color: rgb(47,24,27); }

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

border-color css

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

 span { border-color: rgb(47,24,27); }

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