Html Css Color HEX #BC312A Persian Red

📋 copy color: '#BC312A'

red 188 ◦ green 49 ◦ blue 42

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

Shades of Persian Red #BC312A

Tints of Persian Red #BC312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 67.38%
G = 17.56%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC312A (or 0xBC312A) is known color: Persian Red. HEX triplet: BC, 31 and 2A. RGB value is (188,49,42). Sum of RGB (Red+Green+Blue) = 188+49+42=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC312A is #43CED5. Grayscale: #595959. Windows color (decimal): -4443862 or 2765244. OLE color: 2765244.

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

Color convert

RGB 188 49 42 -
CMYK 0 0.74 0.78 0.26
HSL 2.88º 0.63% 0.45% -
HSV(B) 2.88º 0.78% 0.74% -
XYZ 22.26 13.06 3.54 -
YUV 89.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 188 49 42 0 0.74 0.78 0.26 2.88 0.63 0.45
Hex BC 31 2A 0 4A 4E 1A 3 3F 2D
Octal 274 61 52 0 112 116 32 3 77 55
Binary 10111100 110001 101010 0 1001010 1001110 11010 11 111111 101101

Color Harmonies of #BC312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC312A

Black with #BC312A

Text Example


Text Example

White with #BC312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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