Html Css Color HEX #BE3A36 Persian Red

📋 copy color: '#BE3A36'

red 190 ◦ green 58 ◦ blue 54

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

Shades of Persian Red #BE3A36

Tints of Persian Red #BE3A36

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 62.91%
G = 19.21%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE3A36 (or 0xBE3A36) is known color: Persian Red. HEX triplet: BE, 3A and 36. RGB value is (190,58,54). Sum of RGB (Red+Green+Blue) = 190+58+54=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A36 is #41C5C9. Grayscale: #616161. Windows color (decimal): -4310474 or 3553982. OLE color: 3553982.

HSL color Cylindrical-coordinate representation of color #BE3A36: hue angle of 1.76º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3A36 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 54 -
CMYK 0 0.69 0.72 0.25
HSL 1.76º 0.56% 0.48% -
HSV(B) 1.76º 0.72% 0.75% -
XYZ 23.41 14.24 5 -
YUV 97.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 190 58 54 0 0.69 0.72 0.25 1.76 0.56 0.48
Hex BE 3A 36 0 45 48 19 2 38 30
Octal 276 72 66 0 105 110 31 2 70 60
Binary 10111110 111010 110110 0 1000101 1001000 11001 10 111000 110000

Color Harmonies of #BE3A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A36

Black with #BE3A36

Text Example


Text Example

White with #BE3A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A36; }

 p { color: rgb(190,58,54); }

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

background-color css

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

 a { background-color: rgb(190,58,54); }

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

border-color css

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

 span { border-color: rgb(190,58,54); }

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