Html Css Color HEX #BC312D Persian Red

📋 copy color: '#BC312D'

red 188 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #BC312D

Tints of Persian Red #BC312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.38%

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 66.67%
G = 17.38%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC312D (or 0xBC312D) is known color: Persian Red. HEX triplet: BC, 31 and 2D. RGB value is (188,49,45). Sum of RGB (Red+Green+Blue) = 188+49+45=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC312D is #43CED2. Grayscale: #5A5A5A. Windows color (decimal): -4443859 or 2961852. OLE color: 2961852.

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

Color convert

RGB 188 49 45 -
CMYK 0 0.74 0.76 0.26
HSL 1.68º 0.61% 0.46% -
HSV(B) 1.68º 0.76% 0.74% -
XYZ 22.31 13.08 3.83 -
YUV 90.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 188 49 45 0 0.74 0.76 0.26 1.68 0.61 0.46
Hex BC 31 2D 0 4A 4C 1A 2 3D 2E
Octal 274 61 55 0 112 114 32 2 75 56
Binary 10111100 110001 101101 0 1001010 1001100 11010 10 111101 101110

Color Harmonies of #BC312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC312D

Black with #BC312D

Text Example


Text Example

White with #BC312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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