Html Css Color HEX #BC3534 Persian Red

📋 copy color: '#BC3534'

red 188 ◦ green 53 ◦ blue 52

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

Shades of Persian Red #BC3534

Tints of Persian Red #BC3534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.75%

R = 64.16%
G = 18.09%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC3534 (or 0xBC3534) is known color: Persian Red. HEX triplet: BC, 35 and 34. RGB value is (188,53,52). Sum of RGB (Red+Green+Blue) = 188+53+52=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3534 is #43CACB. Grayscale: #5D5D5D. Windows color (decimal): -4442828 or 3421628. OLE color: 3421628.

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

Color convert

RGB 188 53 52 -
CMYK 0 0.72 0.72 0.26
HSL 0.44º 0.57% 0.47% -
HSV(B) 0.44º 0.72% 0.74% -
XYZ 22.63 13.49 4.66 -
YUV 93.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 188 53 52 0 0.72 0.72 0.26 0.44 0.57 0.47
Hex BC 35 34 0 48 48 1A 0 39 2F
Octal 274 65 64 0 110 110 32 0 71 57
Binary 10111100 110101 110100 0 1001000 1001000 11010 0 111001 101111

Color Harmonies of #BC3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3534

Black with #BC3534

Text Example


Text Example

White with #BC3534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3534; }

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

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

background-color css

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

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

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

border-color css

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

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

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