Html Css Color HEX #BE352A Persian Red

📋 copy color: '#BE352A'

red 190 ◦ green 53 ◦ blue 42

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

Shades of Persian Red #BE352A

Tints of Persian Red #BE352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 66.67%
G = 18.6%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE352A (or 0xBE352A) is known color: Persian Red. HEX triplet: BE, 35 and 2A. RGB value is (190,53,42). Sum of RGB (Red+Green+Blue) = 190+53+42=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE352A is #41CAD5. Grayscale: #5C5C5C. Windows color (decimal): -4311766 or 2766270. OLE color: 2766270.

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

Color convert

RGB 190 53 42 -
CMYK 0 0.72 0.78 0.25
HSL 4.46º 0.64% 0.45% -
HSV(B) 4.46º 0.78% 0.75% -
XYZ 22.93 13.66 3.62 -
YUV 92.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 190 53 42 0 0.72 0.78 0.25 4.46 0.64 0.45
Hex BE 35 2A 0 48 4E 19 4 40 2D
Octal 276 65 52 0 110 116 31 4 100 55
Binary 10111110 110101 101010 0 1001000 1001110 11001 100 1000000 101101

Color Harmonies of #BE352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE352A

Black with #BE352A

Text Example


Text Example

White with #BE352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE352A; }

 p { color: rgb(190,53,42); }

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

background-color css

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

 a { background-color: rgb(190,53,42); }

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

border-color css

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

 span { border-color: rgb(190,53,42); }

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