Html Css Color HEX #BF3232 Persian Red

📋 copy color: '#BF3232'

red 191 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #BF3232

Tints of Persian Red #BF3232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 65.64%
G = 17.18%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF3232 (or 0xBF3232) is known color: Persian Red. HEX triplet: BF, 32 and 32. RGB value is (191,50,50). Sum of RGB (Red+Green+Blue) = 191+50+50=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3232 is #40CDCD. Grayscale: #5C5C5C. Windows color (decimal): -4246990 or 3289791. OLE color: 3289791.

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

Color convert

RGB 191 50 50 -
CMYK 0 0.74 0.74 0.25
HSL 0.59% 0.47% -
HSV(B) 0.74% 0.75% -
XYZ 23.2 13.59 4.42 -
YUV 92.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 191 50 50 0 0.74 0.74 0.25 0 0.59 0.47
Hex BF 32 32 0 4A 4A 19 0 3B 2F
Octal 277 62 62 0 112 112 31 0 73 57
Binary 10111111 110010 110010 0 1001010 1001010 11001 0 111011 101111

Color Harmonies of #BF3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3232

Black with #BF3232

Text Example


Text Example

White with #BF3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3232; }

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

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

background-color css

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

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

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

border-color css

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

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

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