Html Css Color HEX #BF3732 Persian Red

📋 copy color: '#BF3732'

red 191 ◦ green 55 ◦ blue 50

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

Shades of Persian Red #BF3732

Tints of Persian Red #BF3732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.58%

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

R = 64.53%
G = 18.58%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF3732 (or 0xBF3732) is known color: Persian Red. HEX triplet: BF, 37 and 32. RGB value is (191,55,50). Sum of RGB (Red+Green+Blue) = 191+55+50=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3732 is #40C8CD. Grayscale: #5F5F5F. Windows color (decimal): -4245710 or 3291071. OLE color: 3291071.

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

Color convert

RGB 191 55 50 -
CMYK 0 0.71 0.74 0.25
HSL 2.13º 0.59% 0.47% -
HSV(B) 2.13º 0.74% 0.75% -
XYZ 23.43 14.04 4.49 -
YUV 95.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 191 55 50 0 0.71 0.74 0.25 2.13 0.59 0.47
Hex BF 37 32 0 47 4A 19 2 3B 2F
Octal 277 67 62 0 107 112 31 2 73 57
Binary 10111111 110111 110010 0 1000111 1001010 11001 10 111011 101111

Color Harmonies of #BF3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3732

Black with #BF3732

Text Example


Text Example

White with #BF3732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3732; }

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

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

background-color css

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

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

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

border-color css

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

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

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