Html Css Color HEX #BF3F44 Brick Red

📋 copy color: '#BF3F44'

red 191 ◦ green 63 ◦ blue 68

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

Shades of Brick Red #BF3F44

Tints of Brick Red #BF3F44

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

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

R = 59.32%
G = 19.57%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF3F44 (or 0xBF3F44) is known color: Brick Red. HEX triplet: BF, 3F and 44. RGB value is (191,63,68). Sum of RGB (Red+Green+Blue) = 191+63+68=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F44 is #40C0BB. Grayscale: #656565. Windows color (decimal): -4243644 or 4472767. OLE color: 4472767.

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

Color convert

RGB 191 63 68 -
CMYK 0 0.67 0.64 0.25
HSL 357.66º 0.5% 0.5% -
HSV(B) 357.66º 0.67% 0.75% -
XYZ 24.31 15.05 7.09 -
YUV 101.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 191 63 68 0 0.67 0.64 0.25 357.66 0.5 0.5
Hex BF 3F 44 0 43 40 19 166 32 32
Octal 277 77 104 0 103 100 31 546 62 62
Binary 10111111 111111 1000100 0 1000011 1000000 11001 101100110 110010 110010

Color Harmonies of #BF3F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F44

Black with #BF3F44

Text Example


Text Example

White with #BF3F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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