Html Css Color HEX #BC3231 Persian Red

📋 copy color: '#BC3231'

red 188 ◦ green 50 ◦ blue 49

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

Shades of Persian Red #BC3231

Tints of Persian Red #BC3231

RGB

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

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

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

R = 65.51%
G = 17.42%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC3231 (or 0xBC3231) is known color: Persian Red. HEX triplet: BC, 32 and 31. RGB value is (188,50,49). Sum of RGB (Red+Green+Blue) = 188+50+49=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3231 is #43CDCE. Grayscale: #5B5B5B. Windows color (decimal): -4443599 or 3224252. OLE color: 3224252.

HSL color Cylindrical-coordinate representation of color #BC3231: hue angle of 0.43º 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 #BC3231 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 50 49 -
CMYK 0 0.73 0.74 0.26
HSL 0.43º 0.59% 0.46% -
HSV(B) 0.43º 0.74% 0.74% -
XYZ 22.43 13.19 4.27 -
YUV 91.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 188 50 49 0 0.73 0.74 0.26 0.43 0.59 0.46
Hex BC 32 31 0 49 4A 1A 0 3B 2E
Octal 274 62 61 0 111 112 32 0 73 56
Binary 10111100 110010 110001 0 1001001 1001010 11010 0 111011 101110

Color Harmonies of #BC3231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3231

Black with #BC3231

Text Example


Text Example

White with #BC3231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3231; }

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

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

background-color css

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

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

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

border-color css

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

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

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