Html Css Color HEX #BC3527 Persian Red

📋 copy color: '#BC3527'

red 188 ◦ green 53 ◦ blue 39

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

Shades of Persian Red #BC3527

Tints of Persian Red #BC3527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.93%

R = 67.14%
G = 18.93%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC3527 (or 0xBC3527) is known color: Persian Red. HEX triplet: BC, 35 and 27. RGB value is (188,53,39). Sum of RGB (Red+Green+Blue) = 188+53+39=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3527 is #43CAD8. Grayscale: #5B5B5B. Windows color (decimal): -4442841 or 2569660. OLE color: 2569660.

HSL color Cylindrical-coordinate representation of color #BC3527: hue angle of 5.64º degrees, saturation: 0.66, 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 #BC3527 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 39 -
CMYK 0 0.72 0.79 0.26
HSL 5.64º 0.66% 0.45% -
HSV(B) 5.64º 0.79% 0.74% -
XYZ 22.38 13.38 3.32 -
YUV 91.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 188 53 39 0 0.72 0.79 0.26 5.64 0.66 0.45
Hex BC 35 27 0 48 4F 1A 6 42 2D
Octal 274 65 47 0 110 117 32 6 102 55
Binary 10111100 110101 100111 0 1001000 1001111 11010 110 1000010 101101

Color Harmonies of #BC3527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3527

Black with #BC3527

Text Example


Text Example

White with #BC3527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3527; }

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

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

background-color css

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

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

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

border-color css

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

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

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