Html Css Color HEX #BF3846 Brick Red

📋 copy color: '#BF3846'

red 191 ◦ green 56 ◦ blue 70

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

Shades of Brick Red #BF3846

Tints of Brick Red #BF3846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

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

R = 60.25%
G = 17.67%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF3846 (or 0xBF3846) is known color: Brick Red. HEX triplet: BF, 38 and 46. RGB value is (191,56,70). Sum of RGB (Red+Green+Blue) = 191+56+70=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3846 is #40C7B9. Grayscale: #626262. Windows color (decimal): -4245434 or 4602047. OLE color: 4602047.

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

Color convert

RGB 191 56 70 -
CMYK 0 0.71 0.63 0.25
HSL 353.78º 0.55% 0.48% -
HSV(B) 353.78º 0.71% 0.75% -
XYZ 24.01 14.35 7.3 -
YUV 97.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 191 56 70 0 0.71 0.63 0.25 353.78 0.55 0.48
Hex BF 38 46 0 47 3F 19 162 37 30
Octal 277 70 106 0 107 77 31 542 67 60
Binary 10111111 111000 1000110 0 1000111 111111 11001 101100010 110111 110000

Color Harmonies of #BF3846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3846

Black with #BF3846

Text Example


Text Example

White with #BF3846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3846; }

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

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

background-color css

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

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

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

border-color css

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

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

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