Html Css Color HEX #BF3644 Brick Red

📋 copy color: '#BF3644'

red 191 ◦ green 54 ◦ blue 68

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

Shades of Brick Red #BF3644

Tints of Brick Red #BF3644

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 61.02%
G = 17.25%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF3644 (or 0xBF3644) is known color: Brick Red. HEX triplet: BF, 36 and 44. RGB value is (191,54,68). Sum of RGB (Red+Green+Blue) = 191+54+68=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3644 is #40C9BB. Grayscale: #606060. Windows color (decimal): -4245948 or 4470463. OLE color: 4470463.

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

Color convert

RGB 191 54 68 -
CMYK 0 0.72 0.64 0.25
HSL 353.87º 0.56% 0.48% -
HSV(B) 353.87º 0.72% 0.75% -
XYZ 23.85 14.13 6.94 -
YUV 96.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 191 54 68 0 0.72 0.64 0.25 353.87 0.56 0.48
Hex BF 36 44 0 48 40 19 162 38 30
Octal 277 66 104 0 110 100 31 542 70 60
Binary 10111111 110110 1000100 0 1001000 1000000 11001 101100010 111000 110000

Color Harmonies of #BF3644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3644

Black with #BF3644

Text Example


Text Example

White with #BF3644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3644; }

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

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

background-color css

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

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

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

border-color css

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

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

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