Html Css Color HEX #BF313F Brick Red

📋 copy color: '#BF313F'

red 191 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #BF313F

Tints of Brick Red #BF313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.17%

 BLUE value IS 63 (25% from 255) = 20.79%

R = 63.04%
G = 16.17%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF313F (or 0xBF313F) is known color: Brick Red. HEX triplet: BF, 31 and 3F. RGB value is (191,49,63). Sum of RGB (Red+Green+Blue) = 191+49+63=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF313F is #40CEC0. Grayscale: #5D5D5D. Windows color (decimal): -4247233 or 4141503. OLE color: 4141503.

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

Color convert

RGB 191 49 63 -
CMYK 0 0.74 0.67 0.25
HSL 354.08º 0.59% 0.47% -
HSV(B) 354.08º 0.74% 0.75% -
XYZ 23.48 13.63 6.1 -
YUV 93.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 191 49 63 0 0.74 0.67 0.25 354.08 0.59 0.47
Hex BF 31 3F 0 4A 43 19 162 3B 2F
Octal 277 61 77 0 112 103 31 542 73 57
Binary 10111111 110001 111111 0 1001010 1000011 11001 101100010 111011 101111

Color Harmonies of #BF313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF313F

Black with #BF313F

Text Example


Text Example

White with #BF313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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