Html Css Color HEX #BC1532 Cardinal

📋 copy color: '#BC1532'

red 188 ◦ green 21 ◦ blue 50

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

Shades of Cardinal #BC1532

Tints of Cardinal #BC1532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

 BLUE value IS 50 (19.92% from 255) = 19.31%

R = 72.59%
G = 8.11%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC1532 (or 0xBC1532) is known color: Cardinal. HEX triplet: BC, 15 and 32. RGB value is (188,21,50). Sum of RGB (Red+Green+Blue) = 188+21+50=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1532 is #43EACD. Grayscale: #4A4A4A. Windows color (decimal): -4451022 or 3282364. OLE color: 3282364.

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

Color convert

RGB 188 21 50 -
CMYK 0 0.89 0.73 0.26
HSL 349.58º 0.8% 0.41% -
HSV(B) 349.58º 0.89% 0.74% -
XYZ 21.58 11.46 4.09 -
YUV 74.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 188 21 50 0 0.89 0.73 0.26 349.58 0.8 0.41
Hex BC 15 32 0 59 49 1A 15E 50 29
Octal 274 25 62 0 131 111 32 536 120 51
Binary 10111100 10101 110010 0 1011001 1001001 11010 101011110 1010000 101001

Color Harmonies of #BC1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1532

Black with #BC1532

Text Example


Text Example

White with #BC1532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1532; }

 p { color: rgb(188,21,50); }

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

background-color css

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

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

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

border-color css

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

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

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