Html Css Color HEX #BE392C Persian Red

📋 copy color: '#BE392C'

red 190 ◦ green 57 ◦ blue 44

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

Shades of Persian Red #BE392C

Tints of Persian Red #BE392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.59%

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

R = 65.29%
G = 19.59%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE392C (or 0xBE392C) is known color: Persian Red. HEX triplet: BE, 39 and 2C. RGB value is (190,57,44). Sum of RGB (Red+Green+Blue) = 190+57+44=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE392C is #41C6D3. Grayscale: #5F5F5F. Windows color (decimal): -4310740 or 2898366. OLE color: 2898366.

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

Color convert

RGB 190 57 44 -
CMYK 0 0.7 0.77 0.25
HSL 5.34º 0.62% 0.46% -
HSV(B) 5.34º 0.77% 0.75% -
XYZ 23.15 14.06 3.88 -
YUV 95.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 190 57 44 0 0.7 0.77 0.25 5.34 0.62 0.46
Hex BE 39 2C 0 46 4D 19 5 3E 2E
Octal 276 71 54 0 106 115 31 5 76 56
Binary 10111110 111001 101100 0 1000110 1001101 11001 101 111110 101110

Color Harmonies of #BE392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE392C

Black with #BE392C

Text Example


Text Example

White with #BE392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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