Html Css Color HEX #BC3526 Persian Red

📋 copy color: '#BC3526'

red 188 ◦ green 53 ◦ blue 38

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

Shades of Persian Red #BC3526

Tints of Persian Red #BC3526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.62%

R = 67.38%
G = 19%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC3526 (or 0xBC3526) is known color: Persian Red. HEX triplet: BC, 35 and 26. RGB value is (188,53,38). Sum of RGB (Red+Green+Blue) = 188+53+38=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3526 is #43CAD9. Grayscale: #5B5B5B. Windows color (decimal): -4442842 or 2504124. OLE color: 2504124.

HSL color Cylindrical-coordinate representation of color #BC3526: hue angle of 6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC3526 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 38 -
CMYK 0 0.72 0.80 0.26
HSL 0.66% 0.44% -
HSV(B) 0.8% 0.74% -
XYZ 22.36 13.38 3.24 -
YUV 91.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 188 53 38 0 0.72 0.80 0.26 6 0.66 0.44
Hex BC 35 26 0 48 50 1A 6 42 2C
Octal 274 65 46 0 110 120 32 6 102 54
Binary 10111100 110101 100110 0 1001000 1010000 11010 110 1000010 101100

Color Harmonies of #BC3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3526

Black with #BC3526

Text Example


Text Example

White with #BC3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3526; }

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

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

background-color css

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

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

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

border-color css

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

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

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