Html Css Color HEX #BF3939 Persian Red

📋 copy color: '#BF3939'

red 191 ◦ green 57 ◦ blue 57

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

Shades of Persian Red #BF3939

Tints of Persian Red #BF3939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

 BLUE value IS 57 (22.66% from 255) = 18.69%

R = 62.62%
G = 18.69%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF3939 (or 0xBF3939) is known color: Persian Red. HEX triplet: BF, 39 and 39. RGB value is (191,57,57). Sum of RGB (Red+Green+Blue) = 191+57+57=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3939 is #40C6C6. Grayscale: #616161. Windows color (decimal): -4245191 or 3750335. OLE color: 3750335.

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

Color convert

RGB 191 57 57 -
CMYK 0 0.70 0.70 0.25
HSL 0.54% 0.49% -
HSV(B) 0.7% 0.75% -
XYZ 23.69 14.3 5.38 -
YUV 97.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 191 57 57 0 0.70 0.70 0.25 0 0.54 0.49
Hex BF 39 39 0 46 46 19 0 36 31
Octal 277 71 71 0 106 106 31 0 66 61
Binary 10111111 111001 111001 0 1000110 1000110 11001 0 110110 110001

Color Harmonies of #BF3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3939

Black with #BF3939

Text Example


Text Example

White with #BF3939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3939; }

 p { color: rgb(191,57,57); }

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

background-color css

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

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

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

border-color css

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

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

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