Html Css Color HEX #BE3328 Persian Red

📋 copy color: '#BE3328'

red 190 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #BE3328

Tints of Persian Red #BE3328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.15%

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 67.62%
G = 18.15%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE3328 (or 0xBE3328) is known color: Persian Red. HEX triplet: BE, 33 and 28. RGB value is (190,51,40). Sum of RGB (Red+Green+Blue) = 190+51+40=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3328 is #41CCD7. Grayscale: #5B5B5B. Windows color (decimal): -4312280 or 2634686. OLE color: 2634686.

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

Color convert

RGB 190 51 40 -
CMYK 0 0.73 0.79 0.25
HSL 4.4º 0.65% 0.45% -
HSV(B) 4.4º 0.79% 0.75% -
XYZ 22.8 13.47 3.41 -
YUV 91.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 190 51 40 0 0.73 0.79 0.25 4.4 0.65 0.45
Hex BE 33 28 0 49 4F 19 4 41 2D
Octal 276 63 50 0 111 117 31 4 101 55
Binary 10111110 110011 101000 0 1001001 1001111 11001 100 1000001 101101

Color Harmonies of #BE3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3328

Black with #BE3328

Text Example


Text Example

White with #BE3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3328; }

 p { color: rgb(190,51,40); }

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

background-color css

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

 a { background-color: rgb(190,51,40); }

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

border-color css

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

 span { border-color: rgb(190,51,40); }

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