Html Css Color HEX #BC3328 Persian Red

📋 copy color: '#BC3328'

red 188 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #BC3328

Tints of Persian Red #BC3328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 67.38%
G = 18.28%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC3328 (or 0xBC3328) is known color: Persian Red. HEX triplet: BC, 33 and 28. RGB value is (188,51,40). Sum of RGB (Red+Green+Blue) = 188+51+40=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3328 is #43CCD7. Grayscale: #5A5A5A. Windows color (decimal): -4443352 or 2634684. OLE color: 2634684.

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

Color convert

RGB 188 51 40 -
CMYK 0 0.73 0.79 0.26
HSL 4.46º 0.65% 0.45% -
HSV(B) 4.46º 0.79% 0.74% -
XYZ 22.31 13.21 3.38 -
YUV 90.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 188 51 40 0 0.73 0.79 0.26 4.46 0.65 0.45
Hex BC 33 28 0 49 4F 1A 4 41 2D
Octal 274 63 50 0 111 117 32 4 101 55
Binary 10111100 110011 101000 0 1001001 1001111 11010 100 1000001 101101

Color Harmonies of #BC3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3328

Black with #BC3328

Text Example


Text Example

White with #BC3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3328; }

 p { color: rgb(188,51,40); }

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

background-color css

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

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

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

border-color css

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

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

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