Html Css Color HEX #BC122B Cardinal

📋 copy color: '#BC122B'

red 188 ◦ green 18 ◦ blue 43

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

Shades of Cardinal #BC122B

Tints of Cardinal #BC122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 75.5%
G = 7.23%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC122B (or 0xBC122B) is known color: Cardinal. HEX triplet: BC, 12 and 2B. RGB value is (188,18,43). Sum of RGB (Red+Green+Blue) = 188+18+43=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC122B is #43EDD4. Grayscale: #474747. Windows color (decimal): -4451797 or 2822844. OLE color: 2822844.

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

Color convert

RGB 188 18 43 -
CMYK 0 0.90 0.77 0.26
HSL 351.18º 0.83% 0.4% -
HSV(B) 351.18º 0.9% 0.74% -
XYZ 21.39 11.3 3.34 -
YUV 71.68 111.82 210.97 -
System Red Green Blue C M Y K H S L
Decimal 188 18 43 0 0.90 0.77 0.26 351.18 0.83 0.4
Hex BC 12 2B 0 5A 4D 1A 15F 53 28
Octal 274 22 53 0 132 115 32 537 123 50
Binary 10111100 10010 101011 0 1011010 1001101 11010 101011111 1010011 101000

Color Harmonies of #BC122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC122B

Black with #BC122B

Text Example


Text Example

White with #BC122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC122B; }

 p { color: rgb(188,18,43); }

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

background-color css

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

 a { background-color: rgb(188,18,43); }

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

border-color css

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

 span { border-color: rgb(188,18,43); }

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