Html Css Color HEX #BF3945 Brick Red

📋 copy color: '#BF3945'

red 191 ◦ green 57 ◦ blue 69

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

Shades of Brick Red #BF3945

Tints of Brick Red #BF3945

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

 BLUE value IS 69 (27.34% from 255) = 21.77%

R = 60.25%
G = 17.98%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF3945 (or 0xBF3945) is known color: Brick Red. HEX triplet: BF, 39 and 45. RGB value is (191,57,69). Sum of RGB (Red+Green+Blue) = 191+57+69=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3945 is #40C6BA. Grayscale: #626262. Windows color (decimal): -4245179 or 4536767. OLE color: 4536767.

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

Color convert

RGB 191 57 69 -
CMYK 0 0.70 0.64 0.25
HSL 354.63º 0.54% 0.49% -
HSV(B) 354.63º 0.7% 0.75% -
XYZ 24.02 14.43 7.15 -
YUV 98.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 191 57 69 0 0.70 0.64 0.25 354.63 0.54 0.49
Hex BF 39 45 0 46 40 19 163 36 31
Octal 277 71 105 0 106 100 31 543 66 61
Binary 10111111 111001 1000101 0 1000110 1000000 11001 101100011 110110 110001

Color Harmonies of #BF3945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3945

Black with #BF3945

Text Example


Text Example

White with #BF3945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3945; }

 p { color: rgb(191,57,69); }

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

background-color css

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

 a { background-color: rgb(191,57,69); }

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

border-color css

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

 span { border-color: rgb(191,57,69); }

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