Html Css Color HEX #BC173C Cardinal

📋 copy color: '#BC173C'

red 188 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #BC173C

Tints of Cardinal #BC173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 69.37%
G = 8.49%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC173C (or 0xBC173C) is known color: Cardinal. HEX triplet: BC, 17 and 3C. RGB value is (188,23,60). Sum of RGB (Red+Green+Blue) = 188+23+60=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC173C is #43E8C3. Grayscale: #4C4C4C. Windows color (decimal): -4450500 or 3938236. OLE color: 3938236.

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

Color convert

RGB 188 23 60 -
CMYK 0 0.88 0.68 0.26
HSL 346.55º 0.78% 0.41% -
HSV(B) 346.55º 0.88% 0.74% -
XYZ 21.86 11.63 5.37 -
YUV 76.55 118.66 207.49 -
System Red Green Blue C M Y K H S L
Decimal 188 23 60 0 0.88 0.68 0.26 346.55 0.78 0.41
Hex BC 17 3C 0 58 44 1A 15B 4E 29
Octal 274 27 74 0 130 104 32 533 116 51
Binary 10111100 10111 111100 0 1011000 1000100 11010 101011011 1001110 101001

Color Harmonies of #BC173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC173C

Black with #BC173C

Text Example


Text Example

White with #BC173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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