Html Css Color HEX #BF3343 Brick Red

📋 copy color: '#BF3343'

red 191 ◦ green 51 ◦ blue 67

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

Shades of Brick Red #BF3343

Tints of Brick Red #BF3343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 61.81%
G = 16.5%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF3343 (or 0xBF3343) is known color: Brick Red. HEX triplet: BF, 33 and 43. RGB value is (191,51,67). Sum of RGB (Red+Green+Blue) = 191+51+67=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3343 is #40CCBC. Grayscale: #5E5E5E. Windows color (decimal): -4246717 or 4404159. OLE color: 4404159.

HSL color Cylindrical-coordinate representation of color #BF3343: hue angle of 353.14º 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 #BF3343 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 51 67 -
CMYK 0 0.73 0.65 0.25
HSL 353.14º 0.58% 0.47% -
HSV(B) 353.14º 0.73% 0.75% -
XYZ 23.68 13.85 6.74 -
YUV 94.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 191 51 67 0 0.73 0.65 0.25 353.14 0.58 0.47
Hex BF 33 43 0 49 41 19 161 3A 2F
Octal 277 63 103 0 111 101 31 541 72 57
Binary 10111111 110011 1000011 0 1001001 1000001 11001 101100001 111010 101111

Color Harmonies of #BF3343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3343

Black with #BF3343

Text Example


Text Example

White with #BF3343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3343; }

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

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

background-color css

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

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

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

border-color css

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

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

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