Html Css Color HEX #BE3A33 Persian Red

📋 copy color: '#BE3A33'

red 190 ◦ green 58 ◦ blue 51

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

Shades of Persian Red #BE3A33

Tints of Persian Red #BE3A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 63.55%
G = 19.4%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE3A33 (or 0xBE3A33) is known color: Persian Red. HEX triplet: BE, 3A and 33. RGB value is (190,58,51). Sum of RGB (Red+Green+Blue) = 190+58+51=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A33 is #41C5CC. Grayscale: #606060. Windows color (decimal): -4310477 or 3357374. OLE color: 3357374.

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

Color convert

RGB 190 58 51 -
CMYK 0 0.69 0.73 0.25
HSL 3.02º 0.58% 0.47% -
HSV(B) 3.02º 0.73% 0.75% -
XYZ 23.35 14.21 4.64 -
YUV 96.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 190 58 51 0 0.69 0.73 0.25 3.02 0.58 0.47
Hex BE 3A 33 0 45 49 19 3 3A 2F
Octal 276 72 63 0 105 111 31 3 72 57
Binary 10111110 111010 110011 0 1000101 1001001 11001 11 111010 101111

Color Harmonies of #BE3A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A33

Black with #BE3A33

Text Example


Text Example

White with #BE3A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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