Html Css Color HEX #BC342B Persian Red

📋 copy color: '#BC342B'

red 188 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #BC342B

Tints of Persian Red #BC342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 66.43%
G = 18.37%
B = 15.19%

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

#BC342B (or 0xBC342B) is known color: Persian Red. HEX triplet: BC, 34 and 2B. RGB value is (188,52,43). Sum of RGB (Red+Green+Blue) = 188+52+43=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC342B is #43CBD4. Grayscale: #5B5B5B. Windows color (decimal): -4443093 or 2831548. OLE color: 2831548.

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

Color convert

RGB 188 52 43 -
CMYK 0 0.72 0.77 0.26
HSL 3.72º 0.63% 0.45% -
HSV(B) 3.72º 0.77% 0.74% -
XYZ 22.4 13.32 3.68 -
YUV 91.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 188 52 43 0 0.72 0.77 0.26 3.72 0.63 0.45
Hex BC 34 2B 0 48 4D 1A 4 3F 2D
Octal 274 64 53 0 110 115 32 4 77 55
Binary 10111100 110100 101011 0 1001000 1001101 11010 100 111111 101101

Color Harmonies of #BC342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC342B

Black with #BC342B

Text Example


Text Example

White with #BC342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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