Html Css Color HEX #BF312F Persian Red

📋 copy color: '#BF312F'

red 191 ◦ green 49 ◦ blue 47

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

Shades of Persian Red #BF312F

Tints of Persian Red #BF312F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 66.55%
G = 17.07%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF312F (or 0xBF312F) is known color: Persian Red. HEX triplet: BF, 31 and 2F. RGB value is (191,49,47). Sum of RGB (Red+Green+Blue) = 191+49+47=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF312F is #40CED0. Grayscale: #5B5B5B. Windows color (decimal): -4247249 or 3092927. OLE color: 3092927.

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

Color convert

RGB 191 49 47 -
CMYK 0 0.74 0.75 0.25
HSL 0.83º 0.61% 0.47% -
HSV(B) 0.83º 0.75% 0.75% -
XYZ 23.1 13.48 4.07 -
YUV 91.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 191 49 47 0 0.74 0.75 0.25 0.83 0.61 0.47
Hex BF 31 2F 0 4A 4B 19 1 3D 2F
Octal 277 61 57 0 112 113 31 1 75 57
Binary 10111111 110001 101111 0 1001010 1001011 11001 1 111101 101111

Color Harmonies of #BF312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF312F

Black with #BF312F

Text Example


Text Example

White with #BF312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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