Html Css Color HEX #BE3A32 Persian Red

📋 copy color: '#BE3A32'

red 190 ◦ green 58 ◦ blue 50

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

Shades of Persian Red #BE3A32

Tints of Persian Red #BE3A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 63.76%
G = 19.46%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE3A32 (or 0xBE3A32) is known color: Persian Red. HEX triplet: BE, 3A and 32. RGB value is (190,58,50). Sum of RGB (Red+Green+Blue) = 190+58+50=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A32 is #41C5CD. Grayscale: #606060. Windows color (decimal): -4310478 or 3291838. OLE color: 3291838.

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

Color convert

RGB 190 58 50 -
CMYK 0 0.69 0.74 0.25
HSL 3.43º 0.58% 0.47% -
HSV(B) 3.43º 0.74% 0.75% -
XYZ 23.32 14.2 4.53 -
YUV 96.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 190 58 50 0 0.69 0.74 0.25 3.43 0.58 0.47
Hex BE 3A 32 0 45 4A 19 3 3A 2F
Octal 276 72 62 0 105 112 31 3 72 57
Binary 10111110 111010 110010 0 1000101 1001010 11001 11 111010 101111

Color Harmonies of #BE3A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A32

Black with #BE3A32

Text Example


Text Example

White with #BE3A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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