Html Css Color HEX #BF313E Brick Red

📋 copy color: '#BF313E'

red 191 ◦ green 49 ◦ blue 62

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

Shades of Brick Red #BF313E

Tints of Brick Red #BF313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 63.25%
G = 16.23%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF313E (or 0xBF313E) is known color: Brick Red. HEX triplet: BF, 31 and 3E. RGB value is (191,49,62). Sum of RGB (Red+Green+Blue) = 191+49+62=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF313E is #40CEC1. Grayscale: #5D5D5D. Windows color (decimal): -4247234 or 4075967. OLE color: 4075967.

HSL color Cylindrical-coordinate representation of color #BF313E: hue angle of 354.51º 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 #BF313E is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 62 -
CMYK 0 0.74 0.68 0.25
HSL 354.51º 0.59% 0.47% -
HSV(B) 354.51º 0.74% 0.75% -
XYZ 23.45 13.62 5.95 -
YUV 92.94 110.54 197.94 -
System Red Green Blue C M Y K H S L
Decimal 191 49 62 0 0.74 0.68 0.25 354.51 0.59 0.47
Hex BF 31 3E 0 4A 44 19 163 3B 2F
Octal 277 61 76 0 112 104 31 543 73 57
Binary 10111111 110001 111110 0 1001010 1000100 11001 101100011 111011 101111

Color Harmonies of #BF313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF313E

Black with #BF313E

Text Example


Text Example

White with #BF313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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