Html Css Color HEX #BC193D Cardinal

📋 copy color: '#BC193D'

red 188 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #BC193D

Tints of Cardinal #BC193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 68.61%
G = 9.12%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC193D (or 0xBC193D) is known color: Cardinal. HEX triplet: BC, 19 and 3D. RGB value is (188,25,61). Sum of RGB (Red+Green+Blue) = 188+25+61=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC193D is #43E6C2. Grayscale: #4D4D4D. Windows color (decimal): -4449987 or 4004284. OLE color: 4004284.

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

Color convert

RGB 188 25 61 -
CMYK 0 0.87 0.68 0.26
HSL 346.75º 0.77% 0.42% -
HSV(B) 346.75º 0.87% 0.74% -
XYZ 21.93 11.72 5.52 -
YUV 77.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 188 25 61 0 0.87 0.68 0.26 346.75 0.77 0.42
Hex BC 19 3D 0 57 44 1A 15B 4D 2A
Octal 274 31 75 0 127 104 32 533 115 52
Binary 10111100 11001 111101 0 1010111 1000100 11010 101011011 1001101 101010

Color Harmonies of #BC193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC193D

Black with #BC193D

Text Example


Text Example

White with #BC193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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