Html Css Color HEX #BC352B Persian Red

📋 copy color: '#BC352B'

red 188 ◦ green 53 ◦ blue 43

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

Shades of Persian Red #BC352B

Tints of Persian Red #BC352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 66.2%
G = 18.66%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC352B (or 0xBC352B) is known color: Persian Red. HEX triplet: BC, 35 and 2B. RGB value is (188,53,43). Sum of RGB (Red+Green+Blue) = 188+53+43=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC352B is #43CAD4. Grayscale: #5C5C5C. Windows color (decimal): -4442837 or 2831804. OLE color: 2831804.

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

Color convert

RGB 188 53 43 -
CMYK 0 0.72 0.77 0.26
HSL 4.14º 0.63% 0.45% -
HSV(B) 4.14º 0.77% 0.74% -
XYZ 22.45 13.41 3.69 -
YUV 92.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 188 53 43 0 0.72 0.77 0.26 4.14 0.63 0.45
Hex BC 35 2B 0 48 4D 1A 4 3F 2D
Octal 274 65 53 0 110 115 32 4 77 55
Binary 10111100 110101 101011 0 1001000 1001101 11010 100 111111 101101

Color Harmonies of #BC352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC352B

Black with #BC352B

Text Example


Text Example

White with #BC352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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