Html Css Color HEX #BE312C Persian Red

📋 copy color: '#BE312C'

red 190 ◦ green 49 ◦ blue 44

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

Shades of Persian Red #BE312C

Tints of Persian Red #BE312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.31%

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

R = 67.14%
G = 17.31%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE312C (or 0xBE312C) is known color: Persian Red. HEX triplet: BE, 31 and 2C. RGB value is (190,49,44). Sum of RGB (Red+Green+Blue) = 190+49+44=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE312C is #41CED3. Grayscale: #5A5A5A. Windows color (decimal): -4312788 or 2896318. OLE color: 2896318.

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

Color convert

RGB 190 49 44 -
CMYK 0 0.74 0.77 0.25
HSL 2.05º 0.62% 0.46% -
HSV(B) 2.05º 0.77% 0.75% -
XYZ 22.79 13.33 3.75 -
YUV 90.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 190 49 44 0 0.74 0.77 0.25 2.05 0.62 0.46
Hex BE 31 2C 0 4A 4D 19 2 3E 2E
Octal 276 61 54 0 112 115 31 2 76 56
Binary 10111110 110001 101100 0 1001010 1001101 11001 10 111110 101110

Color Harmonies of #BE312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE312C

Black with #BE312C

Text Example


Text Example

White with #BE312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE312C; }

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

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

background-color css

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

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

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

border-color css

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

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

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