Html Css Color HEX #BF2743 Brick Red

📋 copy color: '#BF2743'

red 191 ◦ green 39 ◦ blue 67

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

Shades of Brick Red #BF2743

Tints of Brick Red #BF2743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 64.31%
G = 13.13%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF2743 (or 0xBF2743) is known color: Brick Red. HEX triplet: BF, 27 and 43. RGB value is (191,39,67). Sum of RGB (Red+Green+Blue) = 191+39+67=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2743 is #40D8BC. Grayscale: #575757. Windows color (decimal): -4249789 or 4401087. OLE color: 4401087.

HSL color Cylindrical-coordinate representation of color #BF2743: hue angle of 348.95º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2743 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 67 -
CMYK 0 0.80 0.65 0.25
HSL 348.95º 0.66% 0.45% -
HSV(B) 348.95º 0.8% 0.75% -
XYZ 23.22 12.93 6.58 -
YUV 87.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 191 39 67 0 0.80 0.65 0.25 348.95 0.66 0.45
Hex BF 27 43 0 50 41 19 15D 42 2D
Octal 277 47 103 0 120 101 31 535 102 55
Binary 10111111 100111 1000011 0 1010000 1000001 11001 101011101 1000010 101101

Color Harmonies of #BF2743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2743

Black with #BF2743

Text Example


Text Example

White with #BF2743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2743; }

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

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

background-color css

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

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

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

border-color css

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

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

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