Html Css Color HEX #BC113F Cardinal

📋 copy color: '#BC113F'

red 188 ◦ green 17 ◦ blue 63

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

Shades of Cardinal #BC113F

Tints of Cardinal #BC113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.51%

R = 70.15%
G = 6.34%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC113F (or 0xBC113F) is known color: Cardinal. HEX triplet: BC, 11 and 3F. RGB value is (188,17,63). Sum of RGB (Red+Green+Blue) = 188+17+63=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC113F is #43EEC0. Grayscale: #494949. Windows color (decimal): -4452033 or 4133308. OLE color: 4133308.

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

Color convert

RGB 188 17 63 -
CMYK 0 0.91 0.66 0.26
HSL 343.86º 0.83% 0.4% -
HSV(B) 343.86º 0.91% 0.74% -
XYZ 21.84 11.45 5.76 -
YUV 73.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 188 17 63 0 0.91 0.66 0.26 343.86 0.83 0.4
Hex BC 11 3F 0 5B 42 1A 158 53 28
Octal 274 21 77 0 133 102 32 530 123 50
Binary 10111100 10001 111111 0 1011011 1000010 11010 101011000 1010011 101000

Color Harmonies of #BC113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC113F

Black with #BC113F

Text Example


Text Example

White with #BC113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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