Html Css Color HEX #BC112A Cardinal

📋 copy color: '#BC112A'

red 188 ◦ green 17 ◦ blue 42

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

Shades of Cardinal #BC112A

Tints of Cardinal #BC112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

 BLUE value IS 42 (16.8% from 255) = 17%

R = 76.11%
G = 6.88%
B = 17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC112A (or 0xBC112A) is known color: Cardinal. HEX triplet: BC, 11 and 2A. RGB value is (188,17,42). Sum of RGB (Red+Green+Blue) = 188+17+42=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC112A is #43EED5. Grayscale: #474747. Windows color (decimal): -4452054 or 2757052. OLE color: 2757052.

HSL color Cylindrical-coordinate representation of color #BC112A: hue angle of 351.23º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC112A is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 17 42 -
CMYK 0 0.91 0.78 0.26
HSL 351.23º 0.83% 0.4% -
HSV(B) 351.23º 0.91% 0.74% -
XYZ 21.36 11.26 3.24 -
YUV 70.98 111.65 211.47 -
System Red Green Blue C M Y K H S L
Decimal 188 17 42 0 0.91 0.78 0.26 351.23 0.83 0.4
Hex BC 11 2A 0 5B 4E 1A 15F 53 28
Octal 274 21 52 0 133 116 32 537 123 50
Binary 10111100 10001 101010 0 1011011 1001110 11010 101011111 1010011 101000

Color Harmonies of #BC112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC112A

Black with #BC112A

Text Example


Text Example

White with #BC112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC112A; }

 p { color: rgb(188,17,42); }

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

background-color css

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

 a { background-color: rgb(188,17,42); }

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

border-color css

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

 span { border-color: rgb(188,17,42); }

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