Html Css Color HEX #2F181D Rustic Red

📋 copy color: '#2F181D'

red 47 ◦ green 24 ◦ blue 29

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

Shades of Rustic Red #2F181D

Tints of Rustic Red #2F181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 29%

R = 47%
G = 24%
B = 29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.82

RGB Variations

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

Color information

#2F181D (or 0x2F181D) is known color: Rustic Red. HEX triplet: 2F, 18 and 1D. RGB value is (47,24,29). Sum of RGB (Red+Green+Blue) = 47+24+29=100 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 47 - color contains mainly: red. Hex color #2F181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F181D is #D0E7E2. Grayscale: #1F1F1F. Windows color (decimal): -13690851 or 1906735. OLE color: 1906735.

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

Color convert

RGB 47 24 29 -
CMYK 0 0.49 0.38 0.82
HSL 346.96º 0.32% 0.14% -
HSV(B) 346.96º 0.49% 0.18% -
XYZ 1.72 1.35 1.33 -
YUV 31.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 47 24 29 0 0.49 0.38 0.82 346.96 0.32 0.14
Hex 2F 18 1D 0 31 26 52 15B 20 E
Octal 57 30 35 0 61 46 122 533 40 16
Binary 101111 11000 11101 0 110001 100110 1010010 101011011 100000 1110

Color Harmonies of #2F181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F181D

Black with #2F181D

Text Example


Text Example

White with #2F181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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