Html Css Color HEX #BC3529 Persian Red

📋 copy color: '#BC3529'

red 188 ◦ green 53 ◦ blue 41

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

Shades of Persian Red #BC3529

Tints of Persian Red #BC3529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 66.67%
G = 18.79%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC3529 (or 0xBC3529) is known color: Persian Red. HEX triplet: BC, 35 and 29. RGB value is (188,53,41). Sum of RGB (Red+Green+Blue) = 188+53+41=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3529 is #43CAD6. Grayscale: #5C5C5C. Windows color (decimal): -4442839 or 2700732. OLE color: 2700732.

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

Color convert

RGB 188 53 41 -
CMYK 0 0.72 0.78 0.26
HSL 4.9º 0.64% 0.45% -
HSV(B) 4.9º 0.78% 0.74% -
XYZ 22.41 13.4 3.5 -
YUV 92 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 188 53 41 0 0.72 0.78 0.26 4.9 0.64 0.45
Hex BC 35 29 0 48 4E 1A 5 40 2D
Octal 274 65 51 0 110 116 32 5 100 55
Binary 10111100 110101 101001 0 1001000 1001110 11010 101 1000000 101101

Color Harmonies of #BC3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3529

Black with #BC3529

Text Example


Text Example

White with #BC3529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3529; }

 p { color: rgb(188,53,41); }

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

background-color css

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

 a { background-color: rgb(188,53,41); }

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

border-color css

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

 span { border-color: rgb(188,53,41); }

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