Html Css Color HEX #BF3331 Persian Red

📋 copy color: '#BF3331'

red 191 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #BF3331

Tints of Persian Red #BF3331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

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

R = 65.64%
G = 17.53%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF3331 (or 0xBF3331) is known color: Persian Red. HEX triplet: BF, 33 and 31. RGB value is (191,51,49). Sum of RGB (Red+Green+Blue) = 191+51+49=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3331 is #40CCCE. Grayscale: #5C5C5C. Windows color (decimal): -4246735 or 3224511. OLE color: 3224511.

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

Color convert

RGB 191 51 49 -
CMYK 0 0.73 0.74 0.25
HSL 0.85º 0.59% 0.47% -
HSV(B) 0.85º 0.74% 0.75% -
XYZ 23.22 13.67 4.32 -
YUV 92.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 191 51 49 0 0.73 0.74 0.25 0.85 0.59 0.47
Hex BF 33 31 0 49 4A 19 1 3B 2F
Octal 277 63 61 0 111 112 31 1 73 57
Binary 10111111 110011 110001 0 1001001 1001010 11001 1 111011 101111

Color Harmonies of #BF3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3331

Black with #BF3331

Text Example


Text Example

White with #BF3331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3331; }

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

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

background-color css

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

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

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

border-color css

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

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

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