Html Css Color HEX #BC173A Cardinal

📋 copy color: '#BC173A'

red 188 ◦ green 23 ◦ blue 58

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

Shades of Cardinal #BC173A

Tints of Cardinal #BC173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.56%

R = 69.89%
G = 8.55%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC173A (or 0xBC173A) is known color: Cardinal. HEX triplet: BC, 17 and 3A. RGB value is (188,23,58). Sum of RGB (Red+Green+Blue) = 188+23+58=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC173A is #43E8C5. Grayscale: #4C4C4C. Windows color (decimal): -4450502 or 3807164. OLE color: 3807164.

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

Color convert

RGB 188 23 58 -
CMYK 0 0.88 0.69 0.26
HSL 347.27º 0.78% 0.41% -
HSV(B) 347.27º 0.88% 0.74% -
XYZ 21.81 11.61 5.09 -
YUV 76.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 188 23 58 0 0.88 0.69 0.26 347.27 0.78 0.41
Hex BC 17 3A 0 58 45 1A 15B 4E 29
Octal 274 27 72 0 130 105 32 533 116 51
Binary 10111100 10111 111010 0 1011000 1000101 11010 101011011 1001110 101001

Color Harmonies of #BC173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC173A

Black with #BC173A

Text Example


Text Example

White with #BC173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC173A; }

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

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

background-color css

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

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

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

border-color css

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

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

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