Html Css Color HEX #BC322C Persian Red

📋 copy color: '#BC322C'

red 188 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #BC322C

Tints of Persian Red #BC322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 66.67%
G = 17.73%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC322C (or 0xBC322C) is known color: Persian Red. HEX triplet: BC, 32 and 2C. RGB value is (188,50,44). Sum of RGB (Red+Green+Blue) = 188+50+44=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC322C is #43CDD3. Grayscale: #5A5A5A. Windows color (decimal): -4443604 or 2896572. OLE color: 2896572.

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

Color convert

RGB 188 50 44 -
CMYK 0 0.73 0.77 0.26
HSL 2.5º 0.62% 0.45% -
HSV(B) 2.5º 0.77% 0.74% -
XYZ 22.33 13.15 3.74 -
YUV 90.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 188 50 44 0 0.73 0.77 0.26 2.5 0.62 0.45
Hex BC 32 2C 0 49 4D 1A 2 3E 2D
Octal 274 62 54 0 111 115 32 2 76 55
Binary 10111100 110010 101100 0 1001001 1001101 11010 10 111110 101101

Color Harmonies of #BC322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC322C

Black with #BC322C

Text Example


Text Example

White with #BC322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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