Html Css Color HEX #BC1746 Cardinal

📋 copy color: '#BC1746'

red 188 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #BC1746

Tints of Cardinal #BC1746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 66.9%
G = 8.19%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC1746 (or 0xBC1746) is known color: Cardinal. HEX triplet: BC, 17 and 46. RGB value is (188,23,70). Sum of RGB (Red+Green+Blue) = 188+23+70=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1746 is #43E8B9. Grayscale: #4D4D4D. Windows color (decimal): -4450490 or 4593596. OLE color: 4593596.

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

Color convert

RGB 188 23 70 -
CMYK 0 0.88 0.63 0.26
HSL 342.91º 0.78% 0.41% -
HSV(B) 342.91º 0.88% 0.74% -
XYZ 22.15 11.75 6.89 -
YUV 77.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 188 23 70 0 0.88 0.63 0.26 342.91 0.78 0.41
Hex BC 17 46 0 58 3F 1A 157 4E 29
Octal 274 27 106 0 130 77 32 527 116 51
Binary 10111100 10111 1000110 0 1011000 111111 11010 101010111 1001110 101001

Color Harmonies of #BC1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1746

Black with #BC1746

Text Example


Text Example

White with #BC1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1746; }

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

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

background-color css

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

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

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

border-color css

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

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

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