Html Css Color HEX #BC352D Persian Red

📋 copy color: '#BC352D'

red 188 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #BC352D

Tints of Persian Red #BC352D

RGB

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

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

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

R = 65.73%
G = 18.53%
B = 15.73%

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

#BC352D (or 0xBC352D) is known color: Persian Red. HEX triplet: BC, 35 and 2D. RGB value is (188,53,45). Sum of RGB (Red+Green+Blue) = 188+53+45=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC352D is #43CAD2. Grayscale: #5C5C5C. Windows color (decimal): -4442835 or 2962876. OLE color: 2962876.

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

Color convert

RGB 188 53 45 -
CMYK 0 0.72 0.76 0.26
HSL 3.36º 0.61% 0.46% -
HSV(B) 3.36º 0.76% 0.74% -
XYZ 22.49 13.43 3.89 -
YUV 92.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 188 53 45 0 0.72 0.76 0.26 3.36 0.61 0.46
Hex BC 35 2D 0 48 4C 1A 3 3D 2E
Octal 274 65 55 0 110 114 32 3 75 56
Binary 10111100 110101 101101 0 1001000 1001100 11010 11 111101 101110

Color Harmonies of #BC352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC352D

Black with #BC352D

Text Example


Text Example

White with #BC352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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