Html Css Color HEX #BF322D Persian Red

📋 copy color: '#BF322D'

red 191 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #BF322D

Tints of Persian Red #BF322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 66.78%
G = 17.48%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF322D (or 0xBF322D) is known color: Persian Red. HEX triplet: BF, 32 and 2D. RGB value is (191,50,45). Sum of RGB (Red+Green+Blue) = 191+50+45=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF322D is #40CDD2. Grayscale: #5B5B5B. Windows color (decimal): -4246995 or 2962111. OLE color: 2962111.

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

Color convert

RGB 191 50 45 -
CMYK 0 0.74 0.76 0.25
HSL 2.05º 0.62% 0.46% -
HSV(B) 2.05º 0.76% 0.75% -
XYZ 23.1 13.55 3.88 -
YUV 91.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 191 50 45 0 0.74 0.76 0.25 2.05 0.62 0.46
Hex BF 32 2D 0 4A 4C 19 2 3E 2E
Octal 277 62 55 0 112 114 31 2 76 56
Binary 10111111 110010 101101 0 1001010 1001100 11001 10 111110 101110

Color Harmonies of #BF322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF322D

Black with #BF322D

Text Example


Text Example

White with #BF322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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