Html Css Color HEX #BF372A Persian Red

📋 copy color: '#BF372A'

red 191 ◦ green 55 ◦ blue 42

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

Shades of Persian Red #BF372A

Tints of Persian Red #BF372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 66.32%
G = 19.1%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF372A (or 0xBF372A) is known color: Persian Red. HEX triplet: BF, 37 and 2A. RGB value is (191,55,42). Sum of RGB (Red+Green+Blue) = 191+55+42=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF372A is #40C8D5. Grayscale: #5E5E5E. Windows color (decimal): -4245718 or 2766783. OLE color: 2766783.

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

Color convert

RGB 191 55 42 -
CMYK 0 0.71 0.78 0.25
HSL 5.23º 0.64% 0.46% -
HSV(B) 5.23º 0.78% 0.75% -
XYZ 23.27 13.98 3.66 -
YUV 94.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 191 55 42 0 0.71 0.78 0.25 5.23 0.64 0.46
Hex BF 37 2A 0 47 4E 19 5 40 2E
Octal 277 67 52 0 107 116 31 5 100 56
Binary 10111111 110111 101010 0 1000111 1001110 11001 101 1000000 101110

Color Harmonies of #BF372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF372A

Black with #BF372A

Text Example


Text Example

White with #BF372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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