Html Css Color HEX #BC173F Cardinal

📋 copy color: '#BC173F'

red 188 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #BC173F

Tints of Cardinal #BC173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.99%

R = 68.61%
G = 8.39%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC173F (or 0xBC173F) is known color: Cardinal. HEX triplet: BC, 17 and 3F. RGB value is (188,23,63). Sum of RGB (Red+Green+Blue) = 188+23+63=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC173F is #43E8C0. Grayscale: #4C4C4C. Windows color (decimal): -4450497 or 4134844. OLE color: 4134844.

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

Color convert

RGB 188 23 63 -
CMYK 0 0.88 0.66 0.26
HSL 345.45º 0.78% 0.41% -
HSV(B) 345.45º 0.88% 0.74% -
XYZ 21.94 11.66 5.8 -
YUV 76.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 188 23 63 0 0.88 0.66 0.26 345.45 0.78 0.41
Hex BC 17 3F 0 58 42 1A 159 4E 29
Octal 274 27 77 0 130 102 32 531 116 51
Binary 10111100 10111 111111 0 1011000 1000010 11010 101011001 1001110 101001

Color Harmonies of #BC173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC173F

Black with #BC173F

Text Example


Text Example

White with #BC173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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