Html Css Color HEX #BF2B44 Brick Red

📋 copy color: '#BF2B44'

red 191 ◦ green 43 ◦ blue 68

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

Shades of Brick Red #BF2B44

Tints of Brick Red #BF2B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.52%

R = 63.25%
G = 14.24%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF2B44 (or 0xBF2B44) is known color: Brick Red. HEX triplet: BF, 2B and 44. RGB value is (191,43,68). Sum of RGB (Red+Green+Blue) = 191+43+68=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B44 is #40D4BB. Grayscale: #5A5A5A. Windows color (decimal): -4248764 or 4467647. OLE color: 4467647.

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

Color convert

RGB 191 43 68 -
CMYK 0 0.77 0.64 0.25
HSL 349.86º 0.63% 0.46% -
HSV(B) 349.86º 0.77% 0.75% -
XYZ 23.39 13.22 6.79 -
YUV 90.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 191 43 68 0 0.77 0.64 0.25 349.86 0.63 0.46
Hex BF 2B 44 0 4D 40 19 15E 3F 2E
Octal 277 53 104 0 115 100 31 536 77 56
Binary 10111111 101011 1000100 0 1001101 1000000 11001 101011110 111111 101110

Color Harmonies of #BF2B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B44

Black with #BF2B44

Text Example


Text Example

White with #BF2B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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