Html Css Color HEX #BE372F Persian Red

📋 copy color: '#BE372F'

red 190 ◦ green 55 ◦ blue 47

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

Shades of Persian Red #BE372F

Tints of Persian Red #BE372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 65.07%
G = 18.84%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE372F (or 0xBE372F) is known color: Persian Red. HEX triplet: BE, 37 and 2F. RGB value is (190,55,47). Sum of RGB (Red+Green+Blue) = 190+55+47=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE372F is #41C8D0. Grayscale: #5E5E5E. Windows color (decimal): -4311249 or 3094462. OLE color: 3094462.

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

Color convert

RGB 190 55 47 -
CMYK 0 0.71 0.75 0.25
HSL 3.36º 0.6% 0.46% -
HSV(B) 3.36º 0.75% 0.75% -
XYZ 23.11 13.88 4.15 -
YUV 94.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 190 55 47 0 0.71 0.75 0.25 3.36 0.6 0.46
Hex BE 37 2F 0 47 4B 19 3 3C 2E
Octal 276 67 57 0 107 113 31 3 74 56
Binary 10111110 110111 101111 0 1000111 1001011 11001 11 111100 101110

Color Harmonies of #BE372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE372F

Black with #BE372F

Text Example


Text Example

White with #BE372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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