Html Css Color HEX #BC144A Cardinal

📋 copy color: '#BC144A'

red 188 ◦ green 20 ◦ blue 74

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

Shades of Cardinal #BC144A

Tints of Cardinal #BC144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 66.67%
G = 7.09%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC144A (or 0xBC144A) is known color: Cardinal. HEX triplet: BC, 14 and 4A. RGB value is (188,20,74). Sum of RGB (Red+Green+Blue) = 188+20+74=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC144A is #43EBB5. Grayscale: #4C4C4C. Windows color (decimal): -4451254 or 4854972. OLE color: 4854972.

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

Color convert

RGB 188 20 74 -
CMYK 0 0.89 0.61 0.26
HSL 340.71º 0.81% 0.41% -
HSV(B) 340.71º 0.89% 0.74% -
XYZ 22.23 11.69 7.56 -
YUV 76.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 188 20 74 0 0.89 0.61 0.26 340.71 0.81 0.41
Hex BC 14 4A 0 59 3D 1A 155 51 29
Octal 274 24 112 0 131 75 32 525 121 51
Binary 10111100 10100 1001010 0 1011001 111101 11010 101010101 1010001 101001

Color Harmonies of #BC144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC144A

Black with #BC144A

Text Example


Text Example

White with #BC144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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