Html Css Color HEX #BF3341 Brick Red

📋 copy color: '#BF3341'

red 191 ◦ green 51 ◦ blue 65

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

Shades of Brick Red #BF3341

Tints of Brick Red #BF3341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 62.21%
G = 16.61%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF3341 (or 0xBF3341) is known color: Brick Red. HEX triplet: BF, 33 and 41. RGB value is (191,51,65). Sum of RGB (Red+Green+Blue) = 191+51+65=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3341 is #40CCBE. Grayscale: #5E5E5E. Windows color (decimal): -4246719 or 4273087. OLE color: 4273087.

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

Color convert

RGB 191 51 65 -
CMYK 0 0.73 0.66 0.25
HSL 354º 0.58% 0.47% -
HSV(B) 354º 0.73% 0.75% -
XYZ 23.62 13.83 6.42 -
YUV 94.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 191 51 65 0 0.73 0.66 0.25 354 0.58 0.47
Hex BF 33 41 0 49 42 19 162 3A 2F
Octal 277 63 101 0 111 102 31 542 72 57
Binary 10111111 110011 1000001 0 1001001 1000010 11001 101100010 111010 101111

Color Harmonies of #BF3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3341

Black with #BF3341

Text Example


Text Example

White with #BF3341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3341; }

 p { color: rgb(191,51,65); }

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

background-color css

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

 a { background-color: rgb(191,51,65); }

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

border-color css

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

 span { border-color: rgb(191,51,65); }

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