Html Css Color HEX #BC3429 Persian Red

📋 copy color: '#BC3429'

red 188 ◦ green 52 ◦ blue 41

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

Shades of Persian Red #BC3429

Tints of Persian Red #BC3429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 66.9%
G = 18.51%
B = 14.59%

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

#BC3429 (or 0xBC3429) is known color: Persian Red. HEX triplet: BC, 34 and 29. RGB value is (188,52,41). Sum of RGB (Red+Green+Blue) = 188+52+41=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3429 is #43CBD6. Grayscale: #5B5B5B. Windows color (decimal): -4443095 or 2700476. OLE color: 2700476.

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

Color convert

RGB 188 52 41 -
CMYK 0 0.72 0.78 0.26
HSL 4.49º 0.64% 0.45% -
HSV(B) 4.49º 0.78% 0.74% -
XYZ 22.37 13.31 3.49 -
YUV 91.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 188 52 41 0 0.72 0.78 0.26 4.49 0.64 0.45
Hex BC 34 29 0 48 4E 1A 4 40 2D
Octal 274 64 51 0 110 116 32 4 100 55
Binary 10111100 110100 101001 0 1001000 1001110 11010 100 1000000 101101

Color Harmonies of #BC3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3429

Black with #BC3429

Text Example


Text Example

White with #BC3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3429; }

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

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

background-color css

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

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

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

border-color css

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

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

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