Html Css Color HEX #BF372D Persian Red

📋 copy color: '#BF372D'

red 191 ◦ green 55 ◦ blue 45

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

Shades of Persian Red #BF372D

Tints of Persian Red #BF372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 65.64%
G = 18.9%
B = 15.46%

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

#BF372D (or 0xBF372D) is known color: Persian Red. HEX triplet: BF, 37 and 2D. RGB value is (191,55,45). Sum of RGB (Red+Green+Blue) = 191+55+45=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF372D is #40C8D2. Grayscale: #5E5E5E. Windows color (decimal): -4245715 or 2963391. OLE color: 2963391.

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

Color convert

RGB 191 55 45 -
CMYK 0 0.71 0.76 0.25
HSL 4.11º 0.62% 0.46% -
HSV(B) 4.11º 0.76% 0.75% -
XYZ 23.33 14 3.96 -
YUV 94.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 191 55 45 0 0.71 0.76 0.25 4.11 0.62 0.46
Hex BF 37 2D 0 47 4C 19 4 3E 2E
Octal 277 67 55 0 107 114 31 4 76 56
Binary 10111111 110111 101101 0 1000111 1001100 11001 100 111110 101110

Color Harmonies of #BF372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF372D

Black with #BF372D

Text Example


Text Example

White with #BF372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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