Html Css Color HEX #BC332E Persian Red

📋 copy color: '#BC332E'

red 188 ◦ green 51 ◦ blue 46

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

Shades of Persian Red #BC332E

Tints of Persian Red #BC332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

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

R = 65.96%
G = 17.89%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC332E (or 0xBC332E) is known color: Persian Red. HEX triplet: BC, 33 and 2E. RGB value is (188,51,46). Sum of RGB (Red+Green+Blue) = 188+51+46=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC332E is #43CCD1. Grayscale: #5B5B5B. Windows color (decimal): -4443346 or 3027900. OLE color: 3027900.

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

Color convert

RGB 188 51 46 -
CMYK 0 0.73 0.76 0.26
HSL 2.11º 0.61% 0.46% -
HSV(B) 2.11º 0.76% 0.74% -
XYZ 22.42 13.26 3.96 -
YUV 91.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 188 51 46 0 0.73 0.76 0.26 2.11 0.61 0.46
Hex BC 33 2E 0 49 4C 1A 2 3D 2E
Octal 274 63 56 0 111 114 32 2 75 56
Binary 10111100 110011 101110 0 1001001 1001100 11010 10 111101 101110

Color Harmonies of #BC332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC332E

Black with #BC332E

Text Example


Text Example

White with #BC332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC332E; }

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

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

background-color css

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

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

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

border-color css

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

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

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