Html Css Color HEX #BC3228 Persian Red

📋 copy color: '#BC3228'

red 188 ◦ green 50 ◦ blue 40

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

Shades of Persian Red #BC3228

Tints of Persian Red #BC3228

RGB

 RED value IS 188 (73.83% from 255) = 67.63%

 GREEN value IS 50 (19.92% from 255) = 17.99%

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

R = 67.63%
G = 17.99%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC3228 (or 0xBC3228) is known color: Persian Red. HEX triplet: BC, 32 and 28. RGB value is (188,50,40). Sum of RGB (Red+Green+Blue) = 188+50+40=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3228 is #43CDD7. Grayscale: #5A5A5A. Windows color (decimal): -4443608 or 2634428. OLE color: 2634428.

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

Color convert

RGB 188 50 40 -
CMYK 0 0.73 0.79 0.26
HSL 4.05º 0.65% 0.45% -
HSV(B) 4.05º 0.79% 0.74% -
XYZ 22.26 13.13 3.37 -
YUV 90.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 188 50 40 0 0.73 0.79 0.26 4.05 0.65 0.45
Hex BC 32 28 0 49 4F 1A 4 41 2D
Octal 274 62 50 0 111 117 32 4 101 55
Binary 10111100 110010 101000 0 1001001 1001111 11010 100 1000001 101101

Color Harmonies of #BC3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3228

Black with #BC3228

Text Example


Text Example

White with #BC3228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3228; }

 p { color: rgb(188,50,40); }

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

background-color css

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

 a { background-color: rgb(188,50,40); }

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

border-color css

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

 span { border-color: rgb(188,50,40); }

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