Html Css Color HEX #3F181B Rustic Red

📋 copy color: '#3F181B'

red 63 ◦ green 24 ◦ blue 27

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

Shades of Rustic Red #3F181B

Tints of Rustic Red #3F181B

RGB

 RED value IS 63 (25% from 255) = 55.26%

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

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

R = 55.26%
G = 21.05%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#3F181B (or 0x3F181B) is known color: Rustic Red. HEX triplet: 3F, 18 and 1B. RGB value is (63,24,27). Sum of RGB (Red+Green+Blue) = 63+24+27=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F181B is #C0E7E4. Grayscale: #242424. Windows color (decimal): -12642277 or 1775679. OLE color: 1775679.

HSL color Cylindrical-coordinate representation of color #3F181B: hue angle of 355.38º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F181B is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 24 27 -
CMYK 0 0.62 0.57 0.75
HSL 355.38º 0.45% 0.17% -
HSV(B) 355.38º 0.62% 0.25% -
XYZ 2.57 1.79 1.25 -
YUV 36 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 63 24 27 0 0.62 0.57 0.75 355.38 0.45 0.17
Hex 3F 18 1B 0 3E 39 4B 163 2D 11
Octal 77 30 33 0 76 71 113 543 55 21
Binary 111111 11000 11011 0 111110 111001 1001011 101100011 101101 10001

Color Harmonies of #3F181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F181B

Black with #3F181B

Text Example


Text Example

White with #3F181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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