Html Css Color HEX #BC3431 Persian Red

📋 copy color: '#BC3431'

red 188 ◦ green 52 ◦ blue 49

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

Shades of Persian Red #BC3431

Tints of Persian Red #BC3431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 65.05%
G = 17.99%
B = 16.96%

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

#BC3431 (or 0xBC3431) is known color: Persian Red. HEX triplet: BC, 34 and 31. RGB value is (188,52,49). Sum of RGB (Red+Green+Blue) = 188+52+49=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3431 is #43CBCE. Grayscale: #5C5C5C. Windows color (decimal): -4443087 or 3224764. OLE color: 3224764.

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

Color convert

RGB 188 52 49 -
CMYK 0 0.72 0.74 0.26
HSL 1.29º 0.59% 0.46% -
HSV(B) 1.29º 0.74% 0.74% -
XYZ 22.52 13.37 4.3 -
YUV 92.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 188 52 49 0 0.72 0.74 0.26 1.29 0.59 0.46
Hex BC 34 31 0 48 4A 1A 1 3B 2E
Octal 274 64 61 0 110 112 32 1 73 56
Binary 10111100 110100 110001 0 1001000 1001010 11010 1 111011 101110

Color Harmonies of #BC3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3431

Black with #BC3431

Text Example


Text Example

White with #BC3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3431; }

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

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

background-color css

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

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

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

border-color css

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

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

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