Html Css Color HEX #BF4448 Brick Red

📋 copy color: '#BF4448'

red 191 ◦ green 68 ◦ blue 72

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

Shades of Brick Red #BF4448

Tints of Brick Red #BF4448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 57.7%
G = 20.54%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF4448 (or 0xBF4448) is known color: Brick Red. HEX triplet: BF, 44 and 48. RGB value is (191,68,72). Sum of RGB (Red+Green+Blue) = 191+68+72=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4448 is #40BBB7. Grayscale: #696969. Windows color (decimal): -4242360 or 4736191. OLE color: 4736191.

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

Color convert

RGB 191 68 72 -
CMYK 0 0.64 0.62 0.25
HSL 358.05º 0.49% 0.51% -
HSV(B) 358.05º 0.64% 0.75% -
XYZ 24.72 15.68 7.85 -
YUV 105.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 191 68 72 0 0.64 0.62 0.25 358.05 0.49 0.51
Hex BF 44 48 0 40 3E 19 166 31 33
Octal 277 104 110 0 100 76 31 546 61 63
Binary 10111111 1000100 1001000 0 1000000 111110 11001 101100110 110001 110011

Color Harmonies of #BF4448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4448

Black with #BF4448

Text Example


Text Example

White with #BF4448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4448; }

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

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

background-color css

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

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

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

border-color css

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

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

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