Html Css Color HEX #BF3128 Persian Red

📋 copy color: '#BF3128'

red 191 ◦ green 49 ◦ blue 40

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

Shades of Persian Red #BF3128

Tints of Persian Red #BF3128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 68.21%
G = 17.5%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF3128 (or 0xBF3128) is known color: Persian Red. HEX triplet: BF, 31 and 28. RGB value is (191,49,40). Sum of RGB (Red+Green+Blue) = 191+49+40=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3128 is #40CED7. Grayscale: #5A5A5A. Windows color (decimal): -4247256 or 2634175. OLE color: 2634175.

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

Color convert

RGB 191 49 40 -
CMYK 0 0.74 0.79 0.25
HSL 3.58º 0.65% 0.45% -
HSV(B) 3.58º 0.79% 0.75% -
XYZ 22.97 13.43 3.39 -
YUV 90.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 191 49 40 0 0.74 0.79 0.25 3.58 0.65 0.45
Hex BF 31 28 0 4A 4F 19 4 41 2D
Octal 277 61 50 0 112 117 31 4 101 55
Binary 10111111 110001 101000 0 1001010 1001111 11001 100 1000001 101101

Color Harmonies of #BF3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3128

Black with #BF3128

Text Example


Text Example

White with #BF3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3128; }

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

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

background-color css

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

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

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

border-color css

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

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

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