Html Css Color HEX #BE3A35 Persian Red

📋 copy color: '#BE3A35'

red 190 ◦ green 58 ◦ blue 53

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

Shades of Persian Red #BE3A35

Tints of Persian Red #BE3A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 63.12%
G = 19.27%
B = 17.61%

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

#BE3A35 (or 0xBE3A35) is known color: Persian Red. HEX triplet: BE, 3A and 35. RGB value is (190,58,53). Sum of RGB (Red+Green+Blue) = 190+58+53=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A35 is #41C5CA. Grayscale: #616161. Windows color (decimal): -4310475 or 3488446. OLE color: 3488446.

HSL color Cylindrical-coordinate representation of color #BE3A35: hue angle of 2.19º 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 #BE3A35 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 53 -
CMYK 0 0.69 0.72 0.25
HSL 2.19º 0.56% 0.48% -
HSV(B) 2.19º 0.72% 0.75% -
XYZ 23.39 14.23 4.88 -
YUV 96.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 190 58 53 0 0.69 0.72 0.25 2.19 0.56 0.48
Hex BE 3A 35 0 45 48 19 2 38 30
Octal 276 72 65 0 105 110 31 2 70 60
Binary 10111110 111010 110101 0 1000101 1001000 11001 10 111000 110000

Color Harmonies of #BE3A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A35

Black with #BE3A35

Text Example


Text Example

White with #BE3A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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