Html Css Color HEX #BC1637 Cardinal

📋 copy color: '#BC1637'

red 188 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #BC1637

Tints of Cardinal #BC1637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

 BLUE value IS 55 (21.88% from 255) = 20.75%

R = 70.94%
G = 8.3%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC1637 (or 0xBC1637) is known color: Cardinal. HEX triplet: BC, 16 and 37. RGB value is (188,22,55). Sum of RGB (Red+Green+Blue) = 188+22+55=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1637 is #43E9C8. Grayscale: #4B4B4B. Windows color (decimal): -4450761 or 3610300. OLE color: 3610300.

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

Color convert

RGB 188 22 55 -
CMYK 0 0.88 0.71 0.26
HSL 348.07º 0.79% 0.41% -
HSV(B) 348.07º 0.88% 0.74% -
XYZ 21.72 11.54 4.7 -
YUV 75.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 188 22 55 0 0.88 0.71 0.26 348.07 0.79 0.41
Hex BC 16 37 0 58 47 1A 15C 4F 29
Octal 274 26 67 0 130 107 32 534 117 51
Binary 10111100 10110 110111 0 1011000 1000111 11010 101011100 1001111 101001

Color Harmonies of #BC1637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1637

Black with #BC1637

Text Example


Text Example

White with #BC1637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1637; }

 p { color: rgb(188,22,55); }

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

background-color css

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

 a { background-color: rgb(188,22,55); }

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

border-color css

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

 span { border-color: rgb(188,22,55); }

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