Html Css Color HEX #2F0B13 Rustic Red

📋 copy color: '#2F0B13'

red 47 ◦ green 11 ◦ blue 19

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

Shades of Rustic Red #2F0B13

Tints of Rustic Red #2F0B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.29%

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

R = 61.04%
G = 14.29%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.82

RGB Variations

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

Color information

#2F0B13 (or 0x2F0B13) is known color: Rustic Red. HEX triplet: 2F, 0B and 13. RGB value is (47,11,19). Sum of RGB (Red+Green+Blue) = 47+11+19=77 (10% of max value = 765). Red value is 47 (18.75% from 255 or 61.04% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0B13 is #D0F4EC. Grayscale: #161616. Windows color (decimal): -13694189 or 1248047. OLE color: 1248047.

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

Color convert

RGB 47 11 19 -
CMYK 0 0.77 0.60 0.82
HSL 346.67º 0.62% 0.11% -
HSV(B) 346.67º 0.77% 0.18% -
XYZ 1.41 0.89 0.71 -
YUV 22.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 47 11 19 0 0.77 0.60 0.82 346.67 0.62 0.11
Hex 2F B 13 0 4D 3C 52 15B 3E B
Octal 57 13 23 0 115 74 122 533 76 13
Binary 101111 1011 10011 0 1001101 111100 1010010 101011011 111110 1011

Color Harmonies of #2F0B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0B13

Black with #2F0B13

Text Example


Text Example

White with #2F0B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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