Html Css Color HEX #BF4046 Brick Red

📋 copy color: '#BF4046'

red 191 ◦ green 64 ◦ blue 70

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

Shades of Brick Red #BF4046

Tints of Brick Red #BF4046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 58.77%
G = 19.69%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF4046 (or 0xBF4046) is known color: Brick Red. HEX triplet: BF, 40 and 46. RGB value is (191,64,70). Sum of RGB (Red+Green+Blue) = 191+64+70=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4046 is #40BFB9. Grayscale: #666666. Windows color (decimal): -4243386 or 4604095. OLE color: 4604095.

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

Color convert

RGB 191 64 70 -
CMYK 0 0.66 0.63 0.25
HSL 357.17º 0.5% 0.5% -
HSV(B) 357.17º 0.66% 0.75% -
XYZ 24.42 15.19 7.44 -
YUV 102.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 191 64 70 0 0.66 0.63 0.25 357.17 0.5 0.5
Hex BF 40 46 0 42 3F 19 165 32 32
Octal 277 100 106 0 102 77 31 545 62 62
Binary 10111111 1000000 1000110 0 1000010 111111 11001 101100101 110010 110010

Color Harmonies of #BF4046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4046

Black with #BF4046

Text Example


Text Example

White with #BF4046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4046; }

 p { color: rgb(191,64,70); }

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

background-color css

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

 a { background-color: rgb(191,64,70); }

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

border-color css

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

 span { border-color: rgb(191,64,70); }

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