Html Css Color HEX #BE372B Persian Red

📋 copy color: '#BE372B'

red 190 ◦ green 55 ◦ blue 43

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

Shades of Persian Red #BE372B

Tints of Persian Red #BE372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 65.97%
G = 19.1%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE372B (or 0xBE372B) is known color: Persian Red. HEX triplet: BE, 37 and 2B. RGB value is (190,55,43). Sum of RGB (Red+Green+Blue) = 190+55+43=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE372B is #41C8D4. Grayscale: #5E5E5E. Windows color (decimal): -4311253 or 2832318. OLE color: 2832318.

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

Color convert

RGB 190 55 43 -
CMYK 0 0.71 0.77 0.25
HSL 4.9º 0.63% 0.46% -
HSV(B) 4.9º 0.77% 0.75% -
XYZ 23.04 13.85 3.75 -
YUV 94 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 190 55 43 0 0.71 0.77 0.25 4.9 0.63 0.46
Hex BE 37 2B 0 47 4D 19 5 3F 2E
Octal 276 67 53 0 107 115 31 5 77 56
Binary 10111110 110111 101011 0 1000111 1001101 11001 101 111111 101110

Color Harmonies of #BE372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE372B

Black with #BE372B

Text Example


Text Example

White with #BE372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE372B; }

 p { color: rgb(190,55,43); }

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

background-color css

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

 a { background-color: rgb(190,55,43); }

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

border-color css

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

 span { border-color: rgb(190,55,43); }

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