Html Css Color HEX #BE302F Persian Red

📋 copy color: '#BE302F'

red 190 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #BE302F

Tints of Persian Red #BE302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

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

R = 66.67%
G = 16.84%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE302F (or 0xBE302F) is known color: Persian Red. HEX triplet: BE, 30 and 2F. RGB value is (190,48,47). Sum of RGB (Red+Green+Blue) = 190+48+47=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE302F is #41CFD0. Grayscale: #5A5A5A. Windows color (decimal): -4313041 or 3092670. OLE color: 3092670.

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

Color convert

RGB 190 48 47 -
CMYK 0 0.75 0.75 0.25
HSL 0.42º 0.6% 0.46% -
HSV(B) 0.42º 0.75% 0.75% -
XYZ 22.81 13.27 4.05 -
YUV 90.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 190 48 47 0 0.75 0.75 0.25 0.42 0.6 0.46
Hex BE 30 2F 0 4B 4B 19 0 3C 2E
Octal 276 60 57 0 113 113 31 0 74 56
Binary 10111110 110000 101111 0 1001011 1001011 11001 0 111100 101110

Color Harmonies of #BE302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE302F

Black with #BE302F

Text Example


Text Example

White with #BE302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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