Html Css Color HEX #BF2B43 Brick Red

📋 copy color: '#BF2B43'

red 191 ◦ green 43 ◦ blue 67

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

Shades of Brick Red #BF2B43

Tints of Brick Red #BF2B43

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 63.46%
G = 14.29%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF2B43 (or 0xBF2B43) is known color: Brick Red. HEX triplet: BF, 2B and 43. RGB value is (191,43,67). Sum of RGB (Red+Green+Blue) = 191+43+67=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B43 is #40D4BC. Grayscale: #5A5A5A. Windows color (decimal): -4248765 or 4402111. OLE color: 4402111.

HSL color Cylindrical-coordinate representation of color #BF2B43: hue angle of 350.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2B43 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 43 67 -
CMYK 0 0.77 0.65 0.25
HSL 350.27º 0.63% 0.46% -
HSV(B) 350.27º 0.77% 0.75% -
XYZ 23.36 13.21 6.63 -
YUV 89.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 191 43 67 0 0.77 0.65 0.25 350.27 0.63 0.46
Hex BF 2B 43 0 4D 41 19 15E 3F 2E
Octal 277 53 103 0 115 101 31 536 77 56
Binary 10111111 101011 1000011 0 1001101 1000001 11001 101011110 111111 101110

Color Harmonies of #BF2B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B43

Black with #BF2B43

Text Example


Text Example

White with #BF2B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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