Html Css Color HEX #BF3743 Brick Red

📋 copy color: '#BF3743'

red 191 ◦ green 55 ◦ blue 67

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

Shades of Brick Red #BF3743

Tints of Brick Red #BF3743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 61.02%
G = 17.57%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF3743 (or 0xBF3743) is known color: Brick Red. HEX triplet: BF, 37 and 43. RGB value is (191,55,67). Sum of RGB (Red+Green+Blue) = 191+55+67=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3743 is #40C8BC. Grayscale: #616161. Windows color (decimal): -4245693 or 4405183. OLE color: 4405183.

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

Color convert

RGB 191 55 67 -
CMYK 0 0.71 0.65 0.25
HSL 354.71º 0.55% 0.48% -
HSV(B) 354.71º 0.71% 0.75% -
XYZ 23.87 14.21 6.8 -
YUV 97.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 191 55 67 0 0.71 0.65 0.25 354.71 0.55 0.48
Hex BF 37 43 0 47 41 19 163 37 30
Octal 277 67 103 0 107 101 31 543 67 60
Binary 10111111 110111 1000011 0 1000111 1000001 11001 101100011 110111 110000

Color Harmonies of #BF3743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3743

Black with #BF3743

Text Example


Text Example

White with #BF3743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3743; }

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

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

background-color css

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

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

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

border-color css

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

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

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