Html Css Color HEX #BC192D Cardinal

📋 copy color: '#BC192D'

red 188 ◦ green 25 ◦ blue 45

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

Shades of Cardinal #BC192D

Tints of Cardinal #BC192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 72.87%
G = 9.69%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC192D (or 0xBC192D) is known color: Cardinal. HEX triplet: BC, 19 and 2D. RGB value is (188,25,45). Sum of RGB (Red+Green+Blue) = 188+25+45=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC192D is #43E6D2. Grayscale: #4C4C4C. Windows color (decimal): -4450003 or 2955708. OLE color: 2955708.

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

Color convert

RGB 188 25 45 -
CMYK 0 0.87 0.76 0.26
HSL 352.64º 0.77% 0.42% -
HSV(B) 352.64º 0.87% 0.74% -
XYZ 21.56 11.58 3.58 -
YUV 76.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 188 25 45 0 0.87 0.76 0.26 352.64 0.77 0.42
Hex BC 19 2D 0 57 4C 1A 161 4D 2A
Octal 274 31 55 0 127 114 32 541 115 52
Binary 10111100 11001 101101 0 1010111 1001100 11010 101100001 1001101 101010

Color Harmonies of #BC192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC192D

Black with #BC192D

Text Example


Text Example

White with #BC192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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