Html Css Color HEX #BE2F2B Persian Red

📋 copy color: '#BE2F2B'

red 190 ◦ green 47 ◦ blue 43

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

Shades of Persian Red #BE2F2B

Tints of Persian Red #BE2F2B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.79%

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

R = 67.86%
G = 16.79%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE2F2B (or 0xBE2F2B) is known color: Persian Red. HEX triplet: BE, 2F and 2B. RGB value is (190,47,43). Sum of RGB (Red+Green+Blue) = 190+47+43=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2F2B is #41D0D4. Grayscale: #595959. Windows color (decimal): -4313301 or 2830270. OLE color: 2830270.

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

Color convert

RGB 190 47 43 -
CMYK 0 0.75 0.77 0.25
HSL 1.63º 0.63% 0.46% -
HSV(B) 1.63º 0.77% 0.75% -
XYZ 22.69 13.15 3.63 -
YUV 89.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 190 47 43 0 0.75 0.77 0.25 1.63 0.63 0.46
Hex BE 2F 2B 0 4B 4D 19 2 3F 2E
Octal 276 57 53 0 113 115 31 2 77 56
Binary 10111110 101111 101011 0 1001011 1001101 11001 10 111111 101110

Color Harmonies of #BE2F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F2B

Black with #BE2F2B

Text Example


Text Example

White with #BE2F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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