Html Css Color HEX #BF312E Persian Red

📋 copy color: '#BF312E'

red 191 ◦ green 49 ◦ blue 46

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

Shades of Persian Red #BF312E

Tints of Persian Red #BF312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.08%

R = 66.78%
G = 17.13%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF312E (or 0xBF312E) is known color: Persian Red. HEX triplet: BF, 31 and 2E. RGB value is (191,49,46). Sum of RGB (Red+Green+Blue) = 191+49+46=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF312E is #40CED1. Grayscale: #5B5B5B. Windows color (decimal): -4247250 or 3027391. OLE color: 3027391.

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

Color convert

RGB 191 49 46 -
CMYK 0 0.74 0.76 0.25
HSL 1.24º 0.61% 0.46% -
HSV(B) 1.24º 0.76% 0.75% -
XYZ 23.08 13.47 3.97 -
YUV 91.12 102.54 199.24 -
System Red Green Blue C M Y K H S L
Decimal 191 49 46 0 0.74 0.76 0.25 1.24 0.61 0.46
Hex BF 31 2E 0 4A 4C 19 1 3D 2E
Octal 277 61 56 0 112 114 31 1 75 56
Binary 10111111 110001 101110 0 1001010 1001100 11001 1 111101 101110

Color Harmonies of #BF312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF312E

Black with #BF312E

Text Example


Text Example

White with #BF312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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