Html Css Color HEX #BE302D Persian Red

📋 copy color: '#BE302D'

red 190 ◦ green 48 ◦ blue 45

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

Shades of Persian Red #BE302D

Tints of Persian Red #BE302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 67.14%
G = 16.96%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE302D (or 0xBE302D) is known color: Persian Red. HEX triplet: BE, 30 and 2D. RGB value is (190,48,45). Sum of RGB (Red+Green+Blue) = 190+48+45=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE302D is #41CFD2. Grayscale: #5A5A5A. Windows color (decimal): -4313043 or 2961598. OLE color: 2961598.

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

Color convert

RGB 190 48 45 -
CMYK 0 0.75 0.76 0.25
HSL 1.24º 0.62% 0.46% -
HSV(B) 1.24º 0.76% 0.75% -
XYZ 22.77 13.25 3.84 -
YUV 90.12 102.54 199.24 -
System Red Green Blue C M Y K H S L
Decimal 190 48 45 0 0.75 0.76 0.25 1.24 0.62 0.46
Hex BE 30 2D 0 4B 4C 19 1 3E 2E
Octal 276 60 55 0 113 114 31 1 76 56
Binary 10111110 110000 101101 0 1001011 1001100 11001 1 111110 101110

Color Harmonies of #BE302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE302D

Black with #BE302D

Text Example


Text Example

White with #BE302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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