Html Css Color HEX #BC332A Persian Red

📋 copy color: '#BC332A'

red 188 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #BC332A

Tints of Persian Red #BC332A

RGB

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

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

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

R = 66.9%
G = 18.15%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC332A (or 0xBC332A) is known color: Persian Red. HEX triplet: BC, 33 and 2A. RGB value is (188,51,42). Sum of RGB (Red+Green+Blue) = 188+51+42=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC332A is #43CCD5. Grayscale: #5B5B5B. Windows color (decimal): -4443350 or 2765756. OLE color: 2765756.

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

Color convert

RGB 188 51 42 -
CMYK 0 0.73 0.78 0.26
HSL 3.7º 0.63% 0.45% -
HSV(B) 3.7º 0.78% 0.74% -
XYZ 22.34 13.23 3.57 -
YUV 90.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 188 51 42 0 0.73 0.78 0.26 3.7 0.63 0.45
Hex BC 33 2A 0 49 4E 1A 4 3F 2D
Octal 274 63 52 0 111 116 32 4 77 55
Binary 10111100 110011 101010 0 1001001 1001110 11010 100 111111 101101

Color Harmonies of #BC332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC332A

Black with #BC332A

Text Example


Text Example

White with #BC332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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