Html Css Color HEX #BC193A Cardinal

📋 copy color: '#BC193A'

red 188 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #BC193A

Tints of Cardinal #BC193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

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

R = 69.37%
G = 9.23%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC193A (or 0xBC193A) is known color: Cardinal. HEX triplet: BC, 19 and 3A. RGB value is (188,25,58). Sum of RGB (Red+Green+Blue) = 188+25+58=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC193A is #43E6C5. Grayscale: #4D4D4D. Windows color (decimal): -4449990 or 3807676. OLE color: 3807676.

HSL color Cylindrical-coordinate representation of color #BC193A: hue angle of 347.85º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC193A is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 58 -
CMYK 0 0.87 0.69 0.26
HSL 347.85º 0.77% 0.42% -
HSV(B) 347.85º 0.87% 0.74% -
XYZ 21.85 11.69 5.11 -
YUV 77.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 188 25 58 0 0.87 0.69 0.26 347.85 0.77 0.42
Hex BC 19 3A 0 57 45 1A 15C 4D 2A
Octal 274 31 72 0 127 105 32 534 115 52
Binary 10111100 11001 111010 0 1010111 1000101 11010 101011100 1001101 101010

Color Harmonies of #BC193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC193A

Black with #BC193A

Text Example


Text Example

White with #BC193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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