Html Css Color HEX #BC193F Cardinal

📋 copy color: '#BC193F'

red 188 ◦ green 25 ◦ blue 63

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

Shades of Cardinal #BC193F

Tints of Cardinal #BC193F

RGB

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

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

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

R = 68.12%
G = 9.06%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC193F (or 0xBC193F) is known color: Cardinal. HEX triplet: BC, 19 and 3F. RGB value is (188,25,63). Sum of RGB (Red+Green+Blue) = 188+25+63=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC193F is #43E6C0. Grayscale: #4E4E4E. Windows color (decimal): -4449985 or 4135356. OLE color: 4135356.

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

Color convert

RGB 188 25 63 -
CMYK 0 0.87 0.66 0.26
HSL 346.01º 0.77% 0.42% -
HSV(B) 346.01º 0.87% 0.74% -
XYZ 21.98 11.75 5.81 -
YUV 78.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 188 25 63 0 0.87 0.66 0.26 346.01 0.77 0.42
Hex BC 19 3F 0 57 42 1A 15A 4D 2A
Octal 274 31 77 0 127 102 32 532 115 52
Binary 10111100 11001 111111 0 1010111 1000010 11010 101011010 1001101 101010

Color Harmonies of #BC193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC193F

Black with #BC193F

Text Example


Text Example

White with #BC193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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