Html Css Color HEX #BF313A Brick Red

📋 copy color: '#BF313A'

red 191 ◦ green 49 ◦ blue 58

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

Shades of Brick Red #BF313A

Tints of Brick Red #BF313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 64.09%
G = 16.44%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF313A (or 0xBF313A) is known color: Brick Red. HEX triplet: BF, 31 and 3A. RGB value is (191,49,58). Sum of RGB (Red+Green+Blue) = 191+49+58=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF313A is #40CEC5. Grayscale: #5C5C5C. Windows color (decimal): -4247238 or 3813823. OLE color: 3813823.

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

Color convert

RGB 191 49 58 -
CMYK 0 0.74 0.70 0.25
HSL 356.2º 0.59% 0.47% -
HSV(B) 356.2º 0.74% 0.75% -
XYZ 23.35 13.58 5.39 -
YUV 92.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 191 49 58 0 0.74 0.70 0.25 356.2 0.59 0.47
Hex BF 31 3A 0 4A 46 19 164 3B 2F
Octal 277 61 72 0 112 106 31 544 73 57
Binary 10111111 110001 111010 0 1001010 1000110 11001 101100100 111011 101111

Color Harmonies of #BF313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF313A

Black with #BF313A

Text Example


Text Example

White with #BF313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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