Html Css Color HEX #BC3531 Persian Red

📋 copy color: '#BC3531'

red 188 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #BC3531

Tints of Persian Red #BC3531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.9%

R = 64.83%
G = 18.28%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC3531 (or 0xBC3531) is known color: Persian Red. HEX triplet: BC, 35 and 31. RGB value is (188,53,49). Sum of RGB (Red+Green+Blue) = 188+53+49=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3531 is #43CACE. Grayscale: #5D5D5D. Windows color (decimal): -4442831 or 3225020. OLE color: 3225020.

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

Color convert

RGB 188 53 49 -
CMYK 0 0.72 0.74 0.26
HSL 1.73º 0.59% 0.46% -
HSV(B) 1.73º 0.74% 0.74% -
XYZ 22.57 13.46 4.31 -
YUV 92.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 188 53 49 0 0.72 0.74 0.26 1.73 0.59 0.46
Hex BC 35 31 0 48 4A 1A 2 3B 2E
Octal 274 65 61 0 110 112 32 2 73 56
Binary 10111100 110101 110001 0 1001000 1001010 11010 10 111011 101110

Color Harmonies of #BC3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3531

Black with #BC3531

Text Example


Text Example

White with #BC3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3531; }

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

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

background-color css

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

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

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

border-color css

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

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

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