Html Css Color HEX #BE372C Persian Red

📋 copy color: '#BE372C'

red 190 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #BE372C

Tints of Persian Red #BE372C

RGB

 RED value IS 190 (74.61% from 255) = 65.74%

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

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 65.74%
G = 19.03%
B = 15.22%

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

#BE372C (or 0xBE372C) is known color: Persian Red. HEX triplet: BE, 37 and 2C. RGB value is (190,55,44). Sum of RGB (Red+Green+Blue) = 190+55+44=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE372C is #41C8D3. Grayscale: #5E5E5E. Windows color (decimal): -4311252 or 2897854. OLE color: 2897854.

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

Color convert

RGB 190 55 44 -
CMYK 0 0.71 0.77 0.25
HSL 4.52º 0.62% 0.46% -
HSV(B) 4.52º 0.77% 0.75% -
XYZ 23.06 13.86 3.84 -
YUV 94.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 190 55 44 0 0.71 0.77 0.25 4.52 0.62 0.46
Hex BE 37 2C 0 47 4D 19 5 3E 2E
Octal 276 67 54 0 107 115 31 5 76 56
Binary 10111110 110111 101100 0 1000111 1001101 11001 101 111110 101110

Color Harmonies of #BE372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE372C

Black with #BE372C

Text Example


Text Example

White with #BE372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE372C; }

 p { color: rgb(190,55,44); }

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

background-color css

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

 a { background-color: rgb(190,55,44); }

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

border-color css

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

 span { border-color: rgb(190,55,44); }

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