Html Css Color HEX #BC162C Cardinal

📋 copy color: '#BC162C'

red 188 ◦ green 22 ◦ blue 44

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

Shades of Cardinal #BC162C

Tints of Cardinal #BC162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 74.02%
G = 8.66%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC162C (or 0xBC162C) is known color: Cardinal. HEX triplet: BC, 16 and 2C. RGB value is (188,22,44). Sum of RGB (Red+Green+Blue) = 188+22+44=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC162C is #43E9D3. Grayscale: #4A4A4A. Windows color (decimal): -4450772 or 2889404. OLE color: 2889404.

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

Color convert

RGB 188 22 44 -
CMYK 0 0.88 0.77 0.26
HSL 352.05º 0.79% 0.41% -
HSV(B) 352.05º 0.88% 0.74% -
XYZ 21.48 11.45 3.46 -
YUV 74.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 188 22 44 0 0.88 0.77 0.26 352.05 0.79 0.41
Hex BC 16 2C 0 58 4D 1A 160 4F 29
Octal 274 26 54 0 130 115 32 540 117 51
Binary 10111100 10110 101100 0 1011000 1001101 11010 101100000 1001111 101001

Color Harmonies of #BC162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC162C

Black with #BC162C

Text Example


Text Example

White with #BC162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC162C; }

 p { color: rgb(188,22,44); }

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

background-color css

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

 a { background-color: rgb(188,22,44); }

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

border-color css

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

 span { border-color: rgb(188,22,44); }

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