Html Css Color HEX #BF332D Persian Red

📋 copy color: '#BF332D'

red 191 ◦ green 51 ◦ blue 45

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

Shades of Persian Red #BF332D

Tints of Persian Red #BF332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 66.55%
G = 17.77%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF332D (or 0xBF332D) is known color: Persian Red. HEX triplet: BF, 33 and 2D. RGB value is (191,51,45). Sum of RGB (Red+Green+Blue) = 191+51+45=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF332D is #40CCD2. Grayscale: #5C5C5C. Windows color (decimal): -4246739 or 2962367. OLE color: 2962367.

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

Color convert

RGB 191 51 45 -
CMYK 0 0.73 0.76 0.25
HSL 2.47º 0.62% 0.46% -
HSV(B) 2.47º 0.76% 0.75% -
XYZ 23.14 13.63 3.89 -
YUV 92.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 191 51 45 0 0.73 0.76 0.25 2.47 0.62 0.46
Hex BF 33 2D 0 49 4C 19 2 3E 2E
Octal 277 63 55 0 111 114 31 2 76 56
Binary 10111111 110011 101101 0 1001001 1001100 11001 10 111110 101110

Color Harmonies of #BF332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF332D

Black with #BF332D

Text Example


Text Example

White with #BF332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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