Html Css Color HEX #BF372E Persian Red

📋 copy color: '#BF372E'

red 191 ◦ green 55 ◦ blue 46

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

Shades of Persian Red #BF372E

Tints of Persian Red #BF372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 65.41%
G = 18.84%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF372E (or 0xBF372E) is known color: Persian Red. HEX triplet: BF, 37 and 2E. RGB value is (191,55,46). Sum of RGB (Red+Green+Blue) = 191+55+46=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF372E is #40C8D1. Grayscale: #5E5E5E. Windows color (decimal): -4245714 or 3028927. OLE color: 3028927.

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

Color convert

RGB 191 55 46 -
CMYK 0 0.71 0.76 0.25
HSL 3.72º 0.61% 0.46% -
HSV(B) 3.72º 0.76% 0.75% -
XYZ 23.35 14.01 4.06 -
YUV 94.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 191 55 46 0 0.71 0.76 0.25 3.72 0.61 0.46
Hex BF 37 2E 0 47 4C 19 4 3D 2E
Octal 277 67 56 0 107 114 31 4 75 56
Binary 10111111 110111 101110 0 1000111 1001100 11001 100 111101 101110

Color Harmonies of #BF372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF372E

Black with #BF372E

Text Example


Text Example

White with #BF372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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