Html Css Color HEX #BE3325 Persian Red

📋 copy color: '#BE3325'

red 190 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #BE3325

Tints of Persian Red #BE3325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.31%

R = 68.35%
G = 18.35%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE3325 (or 0xBE3325) is known color: Persian Red. HEX triplet: BE, 33 and 25. RGB value is (190,51,37). Sum of RGB (Red+Green+Blue) = 190+51+37=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3325 is #41CCDA. Grayscale: #5B5B5B. Windows color (decimal): -4312283 or 2438078. OLE color: 2438078.

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

Color convert

RGB 190 51 37 -
CMYK 0 0.73 0.81 0.25
HSL 5.49º 0.67% 0.45% -
HSV(B) 5.49º 0.81% 0.75% -
XYZ 22.75 13.45 3.15 -
YUV 90.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 190 51 37 0 0.73 0.81 0.25 5.49 0.67 0.45
Hex BE 33 25 0 49 51 19 5 43 2D
Octal 276 63 45 0 111 121 31 5 103 55
Binary 10111110 110011 100101 0 1001001 1010001 11001 101 1000011 101101

Color Harmonies of #BE3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3325

Black with #BE3325

Text Example


Text Example

White with #BE3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3325; }

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

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

background-color css

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

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

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

border-color css

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

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

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