Html Css Color HEX #BF372B Persian Red

📋 copy color: '#BF372B'

red 191 ◦ green 55 ◦ blue 43

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

Shades of Persian Red #BF372B

Tints of Persian Red #BF372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 66.09%
G = 19.03%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF372B (or 0xBF372B) is known color: Persian Red. HEX triplet: BF, 37 and 2B. RGB value is (191,55,43). Sum of RGB (Red+Green+Blue) = 191+55+43=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF372B is #40C8D4. Grayscale: #5E5E5E. Windows color (decimal): -4245717 or 2832319. OLE color: 2832319.

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

Color convert

RGB 191 55 43 -
CMYK 0 0.71 0.77 0.25
HSL 4.86º 0.63% 0.46% -
HSV(B) 4.86º 0.77% 0.75% -
XYZ 23.29 13.98 3.76 -
YUV 94.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 191 55 43 0 0.71 0.77 0.25 4.86 0.63 0.46
Hex BF 37 2B 0 47 4D 19 5 3F 2E
Octal 277 67 53 0 107 115 31 5 77 56
Binary 10111111 110111 101011 0 1000111 1001101 11001 101 111111 101110

Color Harmonies of #BF372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF372B

Black with #BF372B

Text Example


Text Example

White with #BF372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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