Html Css Color HEX #BF372F Persian Red

📋 copy color: '#BF372F'

red 191 ◦ green 55 ◦ blue 47

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

Shades of Persian Red #BF372F

Tints of Persian Red #BF372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 65.19%
G = 18.77%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF372F (or 0xBF372F) is known color: Persian Red. HEX triplet: BF, 37 and 2F. RGB value is (191,55,47). Sum of RGB (Red+Green+Blue) = 191+55+47=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF372F is #40C8D0. Grayscale: #5E5E5E. Windows color (decimal): -4245713 or 3094463. OLE color: 3094463.

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

Color convert

RGB 191 55 47 -
CMYK 0 0.71 0.75 0.25
HSL 3.33º 0.61% 0.47% -
HSV(B) 3.33º 0.75% 0.75% -
XYZ 23.37 14.01 4.16 -
YUV 94.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 191 55 47 0 0.71 0.75 0.25 3.33 0.61 0.47
Hex BF 37 2F 0 47 4B 19 3 3D 2F
Octal 277 67 57 0 107 113 31 3 75 57
Binary 10111111 110111 101111 0 1000111 1001011 11001 11 111101 101111

Color Harmonies of #BF372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF372F

Black with #BF372F

Text Example


Text Example

White with #BF372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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