Html Css Color HEX #BC3434 Persian Red

📋 copy color: '#BC3434'

red 188 ◦ green 52 ◦ blue 52

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

Shades of Persian Red #BC3434

Tints of Persian Red #BC3434

RGB

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

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

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

R = 64.38%
G = 17.81%
B = 17.81%

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

#BC3434 (or 0xBC3434) is known color: Persian Red. HEX triplet: BC, 34 and 34. RGB value is (188,52,52). Sum of RGB (Red+Green+Blue) = 188+52+52=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3434 is #43CBCB. Grayscale: #5C5C5C. Windows color (decimal): -4443084 or 3421372. OLE color: 3421372.

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

Color convert

RGB 188 52 52 -
CMYK 0 0.72 0.72 0.26
HSL 0.57% 0.47% -
HSV(B) 0.72% 0.74% -
XYZ 22.59 13.4 4.64 -
YUV 92.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 188 52 52 0 0.72 0.72 0.26 0 0.57 0.47
Hex BC 34 34 0 48 48 1A 0 39 2F
Octal 274 64 64 0 110 110 32 0 71 57
Binary 10111100 110100 110100 0 1001000 1001000 11010 0 111001 101111

Color Harmonies of #BC3434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3434

Black with #BC3434

Text Example


Text Example

White with #BC3434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3434; }

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

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

background-color css

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

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

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

border-color css

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

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

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