Html Css Color HEX #BF3E44 Brick Red

📋 copy color: '#BF3E44'

red 191 ◦ green 62 ◦ blue 68

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

Shades of Brick Red #BF3E44

Tints of Brick Red #BF3E44

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

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

R = 59.5%
G = 19.31%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF3E44 (or 0xBF3E44) is known color: Brick Red. HEX triplet: BF, 3E and 44. RGB value is (191,62,68). Sum of RGB (Red+Green+Blue) = 191+62+68=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E44 is #40C1BB. Grayscale: #656565. Windows color (decimal): -4243900 or 4472511. OLE color: 4472511.

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

Color convert

RGB 191 62 68 -
CMYK 0 0.68 0.64 0.25
HSL 357.21º 0.51% 0.5% -
HSV(B) 357.21º 0.68% 0.75% -
XYZ 24.25 14.94 7.07 -
YUV 101.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 191 62 68 0 0.68 0.64 0.25 357.21 0.51 0.5
Hex BF 3E 44 0 44 40 19 165 33 32
Octal 277 76 104 0 104 100 31 545 63 62
Binary 10111111 111110 1000100 0 1000100 1000000 11001 101100101 110011 110010

Color Harmonies of #BF3E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E44

Black with #BF3E44

Text Example


Text Example

White with #BF3E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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