Html Css Color HEX #BF322B Persian Red

📋 copy color: '#BF322B'

red 191 ◦ green 50 ◦ blue 43

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

Shades of Persian Red #BF322B

Tints of Persian Red #BF322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 67.25%
G = 17.61%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF322B (or 0xBF322B) is known color: Persian Red. HEX triplet: BF, 32 and 2B. RGB value is (191,50,43). Sum of RGB (Red+Green+Blue) = 191+50+43=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF322B is #40CDD4. Grayscale: #5B5B5B. Windows color (decimal): -4246997 or 2831039. OLE color: 2831039.

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

Color convert

RGB 191 50 43 -
CMYK 0 0.74 0.77 0.25
HSL 2.84º 0.63% 0.46% -
HSV(B) 2.84º 0.77% 0.75% -
XYZ 23.06 13.53 3.68 -
YUV 91.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 191 50 43 0 0.74 0.77 0.25 2.84 0.63 0.46
Hex BF 32 2B 0 4A 4D 19 3 3F 2E
Octal 277 62 53 0 112 115 31 3 77 56
Binary 10111111 110010 101011 0 1001010 1001101 11001 11 111111 101110

Color Harmonies of #BF322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF322B

Black with #BF322B

Text Example


Text Example

White with #BF322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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