Html Css Color HEX #BF3131 Persian Red

📋 copy color: '#BF3131'

red 191 ◦ green 49 ◦ blue 49

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

Shades of Persian Red #BF3131

Tints of Persian Red #BF3131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 66.09%
G = 16.96%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF3131 (or 0xBF3131) is known color: Persian Red. HEX triplet: BF, 31 and 31. RGB value is (191,49,49). Sum of RGB (Red+Green+Blue) = 191+49+49=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3131 is #40CECE. Grayscale: #5B5B5B. Windows color (decimal): -4247247 or 3223999. OLE color: 3223999.

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

Color convert

RGB 191 49 49 -
CMYK 0 0.74 0.74 0.25
HSL 0.59% 0.47% -
HSV(B) 0.74% 0.75% -
XYZ 23.14 13.49 4.29 -
YUV 91.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 191 49 49 0 0.74 0.74 0.25 0 0.59 0.47
Hex BF 31 31 0 4A 4A 19 0 3B 2F
Octal 277 61 61 0 112 112 31 0 73 57
Binary 10111111 110001 110001 0 1001010 1001010 11001 0 111011 101111

Color Harmonies of #BF3131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3131

Black with #BF3131

Text Example


Text Example

White with #BF3131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3131; }

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

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

background-color css

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

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

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

border-color css

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

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

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