Html Css Color HEX #BF3229 Persian Red

📋 copy color: '#BF3229'

red 191 ◦ green 50 ◦ blue 41

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

Shades of Persian Red #BF3229

Tints of Persian Red #BF3229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

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

R = 67.73%
G = 17.73%
B = 14.54%

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

#BF3229 (or 0xBF3229) is known color: Persian Red. HEX triplet: BF, 32 and 29. RGB value is (191,50,41). Sum of RGB (Red+Green+Blue) = 191+50+41=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3229 is #40CDD6. Grayscale: #5B5B5B. Windows color (decimal): -4246999 or 2699967. OLE color: 2699967.

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

Color convert

RGB 191 50 41 -
CMYK 0 0.74 0.79 0.25
HSL 3.6º 0.65% 0.45% -
HSV(B) 3.6º 0.79% 0.75% -
XYZ 23.03 13.52 3.49 -
YUV 91.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 191 50 41 0 0.74 0.79 0.25 3.6 0.65 0.45
Hex BF 32 29 0 4A 4F 19 4 41 2D
Octal 277 62 51 0 112 117 31 4 101 55
Binary 10111111 110010 101001 0 1001010 1001111 11001 100 1000001 101101

Color Harmonies of #BF3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3229

Black with #BF3229

Text Example


Text Example

White with #BF3229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3229; }

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

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

background-color css

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

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

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

border-color css

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

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

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