Html Css Color HEX #BE302A Persian Red

📋 copy color: '#BE302A'

red 190 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #BE302A

Tints of Persian Red #BE302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15%

R = 67.86%
G = 17.14%
B = 15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE302A (or 0xBE302A) is known color: Persian Red. HEX triplet: BE, 30 and 2A. RGB value is (190,48,42). Sum of RGB (Red+Green+Blue) = 190+48+42=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE302A is #41CFD5. Grayscale: #595959. Windows color (decimal): -4313046 or 2764990. OLE color: 2764990.

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

Color convert

RGB 190 48 42 -
CMYK 0 0.75 0.78 0.25
HSL 2.43º 0.64% 0.45% -
HSV(B) 2.43º 0.78% 0.75% -
XYZ 22.71 13.23 3.55 -
YUV 89.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 190 48 42 0 0.75 0.78 0.25 2.43 0.64 0.45
Hex BE 30 2A 0 4B 4E 19 2 40 2D
Octal 276 60 52 0 113 116 31 2 100 55
Binary 10111110 110000 101010 0 1001011 1001110 11001 10 1000000 101101

Color Harmonies of #BE302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE302A

Black with #BE302A

Text Example


Text Example

White with #BE302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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