Html Css Color HEX #BC142B Cardinal

📋 copy color: '#BC142B'

red 188 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #BC142B

Tints of Cardinal #BC142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

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

R = 74.9%
G = 7.97%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC142B (or 0xBC142B) is known color: Cardinal. HEX triplet: BC, 14 and 2B. RGB value is (188,20,43). Sum of RGB (Red+Green+Blue) = 188+20+43=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC142B is #43EBD4. Grayscale: #484848. Windows color (decimal): -4451285 or 2823356. OLE color: 2823356.

HSL color Cylindrical-coordinate representation of color #BC142B: hue angle of 351.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC142B is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 43 -
CMYK 0 0.89 0.77 0.26
HSL 351.79º 0.81% 0.41% -
HSV(B) 351.79º 0.89% 0.74% -
XYZ 21.43 11.37 3.35 -
YUV 72.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 188 20 43 0 0.89 0.77 0.26 351.79 0.81 0.41
Hex BC 14 2B 0 59 4D 1A 160 51 29
Octal 274 24 53 0 131 115 32 540 121 51
Binary 10111100 10100 101011 0 1011001 1001101 11010 101100000 1010001 101001

Color Harmonies of #BC142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC142B

Black with #BC142B

Text Example


Text Example

White with #BC142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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