Html Css Color HEX #BC342A Persian Red

📋 copy color: '#BC342A'

red 188 ◦ green 52 ◦ blue 42

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

Shades of Persian Red #BC342A

Tints of Persian Red #BC342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 66.67%
G = 18.44%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC342A (or 0xBC342A) is known color: Persian Red. HEX triplet: BC, 34 and 2A. RGB value is (188,52,42). Sum of RGB (Red+Green+Blue) = 188+52+42=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC342A is #43CBD5. Grayscale: #5B5B5B. Windows color (decimal): -4443094 or 2766012. OLE color: 2766012.

HSL color Cylindrical-coordinate representation of color #BC342A: hue angle of 4.11º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC342A is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 52 42 -
CMYK 0 0.72 0.78 0.26
HSL 4.11º 0.63% 0.45% -
HSV(B) 4.11º 0.78% 0.74% -
XYZ 22.38 13.31 3.58 -
YUV 91.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 188 52 42 0 0.72 0.78 0.26 4.11 0.63 0.45
Hex BC 34 2A 0 48 4E 1A 4 3F 2D
Octal 274 64 52 0 110 116 32 4 77 55
Binary 10111100 110100 101010 0 1001000 1001110 11010 100 111111 101101

Color Harmonies of #BC342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC342A

Black with #BC342A

Text Example


Text Example

White with #BC342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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