Html Css Color HEX #BC352E Persian Red

📋 copy color: '#BC352E'

red 188 ◦ green 53 ◦ blue 46

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

Shades of Persian Red #BC352E

Tints of Persian Red #BC352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 65.51%
G = 18.47%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC352E (or 0xBC352E) is known color: Persian Red. HEX triplet: BC, 35 and 2E. RGB value is (188,53,46). Sum of RGB (Red+Green+Blue) = 188+53+46=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC352E is #43CAD1. Grayscale: #5C5C5C. Windows color (decimal): -4442834 or 3028412. OLE color: 3028412.

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

Color convert

RGB 188 53 46 -
CMYK 0 0.72 0.76 0.26
HSL 2.96º 0.61% 0.46% -
HSV(B) 2.96º 0.76% 0.74% -
XYZ 22.51 13.43 3.99 -
YUV 92.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 188 53 46 0 0.72 0.76 0.26 2.96 0.61 0.46
Hex BC 35 2E 0 48 4C 1A 3 3D 2E
Octal 274 65 56 0 110 114 32 3 75 56
Binary 10111100 110101 101110 0 1001000 1001100 11010 11 111101 101110

Color Harmonies of #BC352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC352E

Black with #BC352E

Text Example


Text Example

White with #BC352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC352E; }

 p { color: rgb(188,53,46); }

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

background-color css

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

 a { background-color: rgb(188,53,46); }

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

border-color css

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

 span { border-color: rgb(188,53,46); }

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