Html Css Color HEX #BF3345 Brick Red

📋 copy color: '#BF3345'

red 191 ◦ green 51 ◦ blue 69

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

Shades of Brick Red #BF3345

Tints of Brick Red #BF3345

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

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

R = 61.41%
G = 16.4%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF3345 (or 0xBF3345) is known color: Brick Red. HEX triplet: BF, 33 and 45. RGB value is (191,51,69). Sum of RGB (Red+Green+Blue) = 191+51+69=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3345 is #40CCBA. Grayscale: #5E5E5E. Windows color (decimal): -4246715 or 4535231. OLE color: 4535231.

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

Color convert

RGB 191 51 69 -
CMYK 0 0.73 0.64 0.25
HSL 352.29º 0.58% 0.47% -
HSV(B) 352.29º 0.73% 0.75% -
XYZ 23.74 13.87 7.06 -
YUV 94.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 191 51 69 0 0.73 0.64 0.25 352.29 0.58 0.47
Hex BF 33 45 0 49 40 19 160 3A 2F
Octal 277 63 105 0 111 100 31 540 72 57
Binary 10111111 110011 1000101 0 1001001 1000000 11001 101100000 111010 101111

Color Harmonies of #BF3345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3345

Black with #BF3345

Text Example


Text Example

White with #BF3345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3345; }

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

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

background-color css

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

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

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

border-color css

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

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

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