Html Css Color HEX #BF4048 Brick Red

📋 copy color: '#BF4048'

red 191 ◦ green 64 ◦ blue 72

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

Shades of Brick Red #BF4048

Tints of Brick Red #BF4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 58.41%
G = 19.57%
B = 22.02%

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

#BF4048 (or 0xBF4048) is known color: Brick Red. HEX triplet: BF, 40 and 48. RGB value is (191,64,72). Sum of RGB (Red+Green+Blue) = 191+64+72=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4048 is #40BFB7. Grayscale: #666666. Windows color (decimal): -4243384 or 4735167. OLE color: 4735167.

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

Color convert

RGB 191 64 72 -
CMYK 0 0.66 0.62 0.25
HSL 356.22º 0.5% 0.5% -
HSV(B) 356.22º 0.66% 0.75% -
XYZ 24.49 15.21 7.78 -
YUV 102.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 191 64 72 0 0.66 0.62 0.25 356.22 0.5 0.5
Hex BF 40 48 0 42 3E 19 164 32 32
Octal 277 100 110 0 102 76 31 544 62 62
Binary 10111111 1000000 1001000 0 1000010 111110 11001 101100100 110010 110010

Color Harmonies of #BF4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4048

Black with #BF4048

Text Example


Text Example

White with #BF4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4048; }

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

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

background-color css

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

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

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

border-color css

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

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

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