Html Css Color HEX #BE3A38 Persian Red

📋 copy color: '#BE3A38'

red 190 ◦ green 58 ◦ blue 56

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

Shades of Persian Red #BE3A38

Tints of Persian Red #BE3A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 62.5%
G = 19.08%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE3A38 (or 0xBE3A38) is known color: Persian Red. HEX triplet: BE, 3A and 38. RGB value is (190,58,56). Sum of RGB (Red+Green+Blue) = 190+58+56=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A38 is #41C5C7. Grayscale: #616161. Windows color (decimal): -4310472 or 3685054. OLE color: 3685054.

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

Color convert

RGB 190 58 56 -
CMYK 0 0.69 0.71 0.25
HSL 0.9º 0.54% 0.48% -
HSV(B) 0.9º 0.71% 0.75% -
XYZ 23.46 14.26 5.26 -
YUV 97.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 190 58 56 0 0.69 0.71 0.25 0.9 0.54 0.48
Hex BE 3A 38 0 45 47 19 1 36 30
Octal 276 72 70 0 105 107 31 1 66 60
Binary 10111110 111010 111000 0 1000101 1000111 11001 1 110110 110000

Color Harmonies of #BE3A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A38

Black with #BE3A38

Text Example


Text Example

White with #BE3A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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