Html Css Color HEX #2F0306 Rustic Red

📋 copy color: '#2F0306'

red 47 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #2F0306

Tints of Rustic Red #2F0306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.36%

 BLUE value IS 6 (2.73% from 255) = 10.71%

R = 83.93%
G = 5.36%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.82

RGB Variations

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

Color information

#2F0306 (or 0x2F0306) is known color: Rustic Red. HEX triplet: 2F, 03 and 06. RGB value is (47,3,6). Sum of RGB (Red+Green+Blue) = 47+3+6=56 (7% of max value = 765). Red value is 47 (18.75% from 255 or 83.93% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0306 is #D0FCF9. Grayscale: #101010. Windows color (decimal): -13696250 or 394031. OLE color: 394031.

HSL color Cylindrical-coordinate representation of color #2F0306: hue angle of 355.91º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0306 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 3 6 -
CMYK 0 0.94 0.87 0.82
HSL 355.91º 0.88% 0.1% -
HSV(B) 355.91º 0.94% 0.18% -
XYZ 1.24 0.68 0.24 -
YUV 16.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 47 3 6 0 0.94 0.87 0.82 355.91 0.88 0.1
Hex 2F 3 6 0 5E 57 52 164 58 A
Octal 57 3 6 0 136 127 122 544 130 12
Binary 101111 11 110 0 1011110 1010111 1010010 101100100 1011000 1010

Color Harmonies of #2F0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0306

Black with #2F0306

Text Example


Text Example

White with #2F0306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,3,6); }

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

background-color css

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

 a { background-color: rgb(47,3,6); }

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

border-color css

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

 span { border-color: rgb(47,3,6); }

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