Html Css Color HEX #BF312B Persian Red

📋 copy color: '#BF312B'

red 191 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #BF312B

Tints of Persian Red #BF312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 67.49%
G = 17.31%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF312B (or 0xBF312B) is known color: Persian Red. HEX triplet: BF, 31 and 2B. RGB value is (191,49,43). Sum of RGB (Red+Green+Blue) = 191+49+43=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF312B is #40CED4. Grayscale: #5A5A5A. Windows color (decimal): -4247253 or 2830783. OLE color: 2830783.

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

Color convert

RGB 191 49 43 -
CMYK 0 0.74 0.77 0.25
HSL 2.43º 0.63% 0.46% -
HSV(B) 2.43º 0.77% 0.75% -
XYZ 23.02 13.45 3.67 -
YUV 90.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 191 49 43 0 0.74 0.77 0.25 2.43 0.63 0.46
Hex BF 31 2B 0 4A 4D 19 2 3F 2E
Octal 277 61 53 0 112 115 31 2 77 56
Binary 10111111 110001 101011 0 1001010 1001101 11001 10 111111 101110

Color Harmonies of #BF312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF312B

Black with #BF312B

Text Example


Text Example

White with #BF312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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