Html Css Color HEX #BC1933 Cardinal

📋 copy color: '#BC1933'

red 188 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #BC1933

Tints of Cardinal #BC1933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

 BLUE value IS 51 (20.31% from 255) = 19.32%

R = 71.21%
G = 9.47%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC1933 (or 0xBC1933) is known color: Cardinal. HEX triplet: BC, 19 and 33. RGB value is (188,25,51). Sum of RGB (Red+Green+Blue) = 188+25+51=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1933 is #43E6CC. Grayscale: #4C4C4C. Windows color (decimal): -4449997 or 3348924. OLE color: 3348924.

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

Color convert

RGB 188 25 51 -
CMYK 0 0.87 0.73 0.26
HSL 350.43º 0.77% 0.42% -
HSV(B) 350.43º 0.87% 0.74% -
XYZ 21.68 11.63 4.23 -
YUV 76.7 113.5 207.39 -
System Red Green Blue C M Y K H S L
Decimal 188 25 51 0 0.87 0.73 0.26 350.43 0.77 0.42
Hex BC 19 33 0 57 49 1A 15E 4D 2A
Octal 274 31 63 0 127 111 32 536 115 52
Binary 10111100 11001 110011 0 1010111 1001001 11010 101011110 1001101 101010

Color Harmonies of #BC1933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1933

Black with #BC1933

Text Example


Text Example

White with #BC1933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1933; }

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

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

background-color css

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

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

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

border-color css

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

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

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