Html Css Color HEX #BF343E Brick Red

📋 copy color: '#BF343E'

red 191 ◦ green 52 ◦ blue 62

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

Shades of Brick Red #BF343E

Tints of Brick Red #BF343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 62.62%
G = 17.05%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF343E (or 0xBF343E) is known color: Brick Red. HEX triplet: BF, 34 and 3E. RGB value is (191,52,62). Sum of RGB (Red+Green+Blue) = 191+52+62=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF343E is #40CBC1. Grayscale: #5E5E5E. Windows color (decimal): -4246466 or 4076735. OLE color: 4076735.

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

Color convert

RGB 191 52 62 -
CMYK 0 0.73 0.68 0.25
HSL 355.68º 0.57% 0.48% -
HSV(B) 355.68º 0.73% 0.75% -
XYZ 23.58 13.88 5.99 -
YUV 94.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 191 52 62 0 0.73 0.68 0.25 355.68 0.57 0.48
Hex BF 34 3E 0 49 44 19 164 39 30
Octal 277 64 76 0 111 104 31 544 71 60
Binary 10111111 110100 111110 0 1001001 1000100 11001 101100100 111001 110000

Color Harmonies of #BF343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF343E

Black with #BF343E

Text Example


Text Example

White with #BF343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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