Html Css Color HEX #BC143E Cardinal

📋 copy color: '#BC143E'

red 188 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #BC143E

Tints of Cardinal #BC143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 69.63%
G = 7.41%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC143E (or 0xBC143E) is known color: Cardinal. HEX triplet: BC, 14 and 3E. RGB value is (188,20,62). Sum of RGB (Red+Green+Blue) = 188+20+62=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC143E is #43EBC1. Grayscale: #4B4B4B. Windows color (decimal): -4451266 or 4068540. OLE color: 4068540.

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

Color convert

RGB 188 20 62 -
CMYK 0 0.89 0.67 0.26
HSL 345º 0.81% 0.41% -
HSV(B) 345º 0.89% 0.74% -
XYZ 21.86 11.54 5.63 -
YUV 75.02 120.66 208.58 -
System Red Green Blue C M Y K H S L
Decimal 188 20 62 0 0.89 0.67 0.26 345 0.81 0.41
Hex BC 14 3E 0 59 43 1A 159 51 29
Octal 274 24 76 0 131 103 32 531 121 51
Binary 10111100 10100 111110 0 1011001 1000011 11010 101011001 1010001 101001

Color Harmonies of #BC143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC143E

Black with #BC143E

Text Example


Text Example

White with #BC143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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