Html Css Color HEX #BF4348 Brick Red

📋 copy color: '#BF4348'

red 191 ◦ green 67 ◦ blue 72

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

Shades of Brick Red #BF4348

Tints of Brick Red #BF4348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 57.88%
G = 20.3%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF4348 (or 0xBF4348) is known color: Brick Red. HEX triplet: BF, 43 and 48. RGB value is (191,67,72). Sum of RGB (Red+Green+Blue) = 191+67+72=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4348 is #40BCB7. Grayscale: #686868. Windows color (decimal): -4242616 or 4735935. OLE color: 4735935.

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

Color convert

RGB 191 67 72 -
CMYK 0 0.65 0.62 0.25
HSL 357.58º 0.49% 0.51% -
HSV(B) 357.58º 0.65% 0.75% -
XYZ 24.66 15.56 7.83 -
YUV 104.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 191 67 72 0 0.65 0.62 0.25 357.58 0.49 0.51
Hex BF 43 48 0 41 3E 19 166 31 33
Octal 277 103 110 0 101 76 31 546 61 63
Binary 10111111 1000011 1001000 0 1000001 111110 11001 101100110 110001 110011

Color Harmonies of #BF4348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4348

Black with #BF4348

Text Example


Text Example

White with #BF4348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4348; }

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

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

background-color css

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

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

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

border-color css

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

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

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