Html Css Color HEX #BC112E Cardinal

📋 copy color: '#BC112E'

red 188 ◦ green 17 ◦ blue 46

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

Shades of Cardinal #BC112E

Tints of Cardinal #BC112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.33%

R = 74.9%
G = 6.77%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC112E (or 0xBC112E) is known color: Cardinal. HEX triplet: BC, 11 and 2E. RGB value is (188,17,46). Sum of RGB (Red+Green+Blue) = 188+17+46=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC112E is #43EED1. Grayscale: #474747. Windows color (decimal): -4452050 or 3019196. OLE color: 3019196.

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

Color convert

RGB 188 17 46 -
CMYK 0 0.91 0.76 0.26
HSL 349.82º 0.83% 0.4% -
HSV(B) 349.82º 0.91% 0.74% -
XYZ 21.43 11.29 3.63 -
YUV 71.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 188 17 46 0 0.91 0.76 0.26 349.82 0.83 0.4
Hex BC 11 2E 0 5B 4C 1A 15E 53 28
Octal 274 21 56 0 133 114 32 536 123 50
Binary 10111100 10001 101110 0 1011011 1001100 11010 101011110 1010011 101000

Color Harmonies of #BC112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC112E

Black with #BC112E

Text Example


Text Example

White with #BC112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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