Html Css Color HEX #BF3E47 Brick Red

📋 copy color: '#BF3E47'

red 191 ◦ green 62 ◦ blue 71

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

Shades of Brick Red #BF3E47

Tints of Brick Red #BF3E47

RGB

 RED value IS 191 (75% from 255) = 58.95%

 GREEN value IS 62 (24.61% from 255) = 19.14%

 BLUE value IS 71 (28.13% from 255) = 21.91%

R = 58.95%
G = 19.14%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF3E47 (or 0xBF3E47) is known color: Brick Red. HEX triplet: BF, 3E and 47. RGB value is (191,62,71). Sum of RGB (Red+Green+Blue) = 191+62+71=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E47 is #40C1B8. Grayscale: #656565. Windows color (decimal): -4243897 or 4669119. OLE color: 4669119.

HSL color Cylindrical-coordinate representation of color #BF3E47: hue angle of 355.81º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E47 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 62 71 -
CMYK 0 0.68 0.63 0.25
HSL 355.81º 0.51% 0.5% -
HSV(B) 355.81º 0.68% 0.75% -
XYZ 24.35 14.98 7.57 -
YUV 101.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 191 62 71 0 0.68 0.63 0.25 355.81 0.51 0.5
Hex BF 3E 47 0 44 3F 19 164 33 32
Octal 277 76 107 0 104 77 31 544 63 62
Binary 10111111 111110 1000111 0 1000100 111111 11001 101100100 110011 110010

Color Harmonies of #BF3E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E47

Black with #BF3E47

Text Example


Text Example

White with #BF3E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E47; }

 p { color: rgb(191,62,71); }

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

background-color css

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

 a { background-color: rgb(191,62,71); }

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

border-color css

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

 span { border-color: rgb(191,62,71); }

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