Html Css Color HEX #BF3129 Persian Red

📋 copy color: '#BF3129'

red 191 ◦ green 49 ◦ blue 41

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

Shades of Persian Red #BF3129

Tints of Persian Red #BF3129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 67.97%
G = 17.44%
B = 14.59%

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

#BF3129 (or 0xBF3129) is known color: Persian Red. HEX triplet: BF, 31 and 29. RGB value is (191,49,41). Sum of RGB (Red+Green+Blue) = 191+49+41=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3129 is #40CED6. Grayscale: #5A5A5A. Windows color (decimal): -4247255 or 2699711. OLE color: 2699711.

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

Color convert

RGB 191 49 41 -
CMYK 0 0.74 0.79 0.25
HSL 3.2º 0.65% 0.45% -
HSV(B) 3.2º 0.79% 0.75% -
XYZ 22.98 13.43 3.48 -
YUV 90.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 191 49 41 0 0.74 0.79 0.25 3.2 0.65 0.45
Hex BF 31 29 0 4A 4F 19 3 41 2D
Octal 277 61 51 0 112 117 31 3 101 55
Binary 10111111 110001 101001 0 1001010 1001111 11001 11 1000001 101101

Color Harmonies of #BF3129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3129

Black with #BF3129

Text Example


Text Example

White with #BF3129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3129; }

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

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

background-color css

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

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

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

border-color css

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

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

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