Html Css Color HEX #BF4148 Brick Red

📋 copy color: '#BF4148'

red 191 ◦ green 65 ◦ blue 72

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

Shades of Brick Red #BF4148

Tints of Brick Red #BF4148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 72 (28.52% from 255) = 21.95%

R = 58.23%
G = 19.82%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF4148 (or 0xBF4148) is known color: Brick Red. HEX triplet: BF, 41 and 48. RGB value is (191,65,72). Sum of RGB (Red+Green+Blue) = 191+65+72=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4148 is #40BEB7. Grayscale: #676767. Windows color (decimal): -4243128 or 4735423. OLE color: 4735423.

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

Color convert

RGB 191 65 72 -
CMYK 0 0.66 0.62 0.25
HSL 356.67º 0.5% 0.5% -
HSV(B) 356.67º 0.66% 0.75% -
XYZ 24.55 15.32 7.8 -
YUV 103.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 191 65 72 0 0.66 0.62 0.25 356.67 0.5 0.5
Hex BF 41 48 0 42 3E 19 165 32 32
Octal 277 101 110 0 102 76 31 545 62 62
Binary 10111111 1000001 1001000 0 1000010 111110 11001 101100101 110010 110010

Color Harmonies of #BF4148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4148

Black with #BF4148

Text Example


Text Example

White with #BF4148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4148; }

 p { color: rgb(191,65,72); }

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

background-color css

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

 a { background-color: rgb(191,65,72); }

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

border-color css

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

 span { border-color: rgb(191,65,72); }

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