Html Css Color HEX #BC1731 Cardinal

📋 copy color: '#BC1731'

red 188 ◦ green 23 ◦ blue 49

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

Shades of Cardinal #BC1731

Tints of Cardinal #BC1731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 72.31%
G = 8.85%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC1731 (or 0xBC1731) is known color: Cardinal. HEX triplet: BC, 17 and 31. RGB value is (188,23,49). Sum of RGB (Red+Green+Blue) = 188+23+49=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1731 is #43E8CE. Grayscale: #4B4B4B. Windows color (decimal): -4450511 or 3217340. OLE color: 3217340.

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

Color convert

RGB 188 23 49 -
CMYK 0 0.88 0.74 0.26
HSL 350.55º 0.78% 0.41% -
HSV(B) 350.55º 0.88% 0.74% -
XYZ 21.6 11.53 3.99 -
YUV 75.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 188 23 49 0 0.88 0.74 0.26 350.55 0.78 0.41
Hex BC 17 31 0 58 4A 1A 15F 4E 29
Octal 274 27 61 0 130 112 32 537 116 51
Binary 10111100 10111 110001 0 1011000 1001010 11010 101011111 1001110 101001

Color Harmonies of #BC1731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1731

Black with #BC1731

Text Example


Text Example

White with #BC1731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1731; }

 p { color: rgb(188,23,49); }

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

background-color css

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

 a { background-color: rgb(188,23,49); }

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

border-color css

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

 span { border-color: rgb(188,23,49); }

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