Html Css Color HEX #BF312A Persian Red

📋 copy color: '#BF312A'

red 191 ◦ green 49 ◦ blue 42

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

Shades of Persian Red #BF312A

Tints of Persian Red #BF312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 67.73%
G = 17.38%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF312A (or 0xBF312A) is known color: Persian Red. HEX triplet: BF, 31 and 2A. RGB value is (191,49,42). Sum of RGB (Red+Green+Blue) = 191+49+42=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF312A is #40CED5. Grayscale: #5A5A5A. Windows color (decimal): -4247254 or 2765247. OLE color: 2765247.

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

Color convert

RGB 191 49 42 -
CMYK 0 0.74 0.78 0.25
HSL 2.82º 0.64% 0.46% -
HSV(B) 2.82º 0.78% 0.75% -
XYZ 23 13.44 3.57 -
YUV 90.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 191 49 42 0 0.74 0.78 0.25 2.82 0.64 0.46
Hex BF 31 2A 0 4A 4E 19 3 40 2E
Octal 277 61 52 0 112 116 31 3 100 56
Binary 10111111 110001 101010 0 1001010 1001110 11001 11 1000000 101110

Color Harmonies of #BF312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF312A

Black with #BF312A

Text Example


Text Example

White with #BF312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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