Html Css Color HEX #BE392B Persian Red

📋 copy color: '#BE392B'

red 190 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #BE392B

Tints of Persian Red #BE392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.83%

R = 65.52%
G = 19.66%
B = 14.83%

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

#BE392B (or 0xBE392B) is known color: Persian Red. HEX triplet: BE, 39 and 2B. RGB value is (190,57,43). Sum of RGB (Red+Green+Blue) = 190+57+43=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE392B is #41C6D4. Grayscale: #5F5F5F. Windows color (decimal): -4310741 or 2832830. OLE color: 2832830.

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

Color convert

RGB 190 57 43 -
CMYK 0 0.7 0.77 0.25
HSL 5.71º 0.63% 0.46% -
HSV(B) 5.71º 0.77% 0.75% -
XYZ 23.13 14.05 3.78 -
YUV 95.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 190 57 43 0 0.7 0.77 0.25 5.71 0.63 0.46
Hex BE 39 2B 0 46 4D 19 6 3F 2E
Octal 276 71 53 0 106 115 31 6 77 56
Binary 10111110 111001 101011 0 1000110 1001101 11001 110 111111 101110

Color Harmonies of #BE392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE392B

Black with #BE392B

Text Example


Text Example

White with #BE392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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