Html Css Color HEX #BC332B Persian Red

📋 copy color: '#BC332B'

red 188 ◦ green 51 ◦ blue 43

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

Shades of Persian Red #BC332B

Tints of Persian Red #BC332B

RGB

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

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

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

R = 66.67%
G = 18.09%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC332B (or 0xBC332B) is known color: Persian Red. HEX triplet: BC, 33 and 2B. RGB value is (188,51,43). Sum of RGB (Red+Green+Blue) = 188+51+43=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC332B is #43CCD4. Grayscale: #5B5B5B. Windows color (decimal): -4443349 or 2831292. OLE color: 2831292.

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

Color convert

RGB 188 51 43 -
CMYK 0 0.73 0.77 0.26
HSL 3.31º 0.63% 0.45% -
HSV(B) 3.31º 0.77% 0.74% -
XYZ 22.36 13.23 3.66 -
YUV 91.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 188 51 43 0 0.73 0.77 0.26 3.31 0.63 0.45
Hex BC 33 2B 0 49 4D 1A 3 3F 2D
Octal 274 63 53 0 111 115 32 3 77 55
Binary 10111100 110011 101011 0 1001001 1001101 11010 11 111111 101101

Color Harmonies of #BC332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC332B

Black with #BC332B

Text Example


Text Example

White with #BC332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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