Html Css Color HEX #BC153A Cardinal

📋 copy color: '#BC153A'

red 188 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #BC153A

Tints of Cardinal #BC153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 70.41%
G = 7.87%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC153A (or 0xBC153A) is known color: Cardinal. HEX triplet: BC, 15 and 3A. RGB value is (188,21,58). Sum of RGB (Red+Green+Blue) = 188+21+58=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC153A is #43EAC5. Grayscale: #4B4B4B. Windows color (decimal): -4451014 or 3806652. OLE color: 3806652.

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

Color convert

RGB 188 21 58 -
CMYK 0 0.89 0.69 0.26
HSL 346.71º 0.8% 0.41% -
HSV(B) 346.71º 0.89% 0.74% -
XYZ 21.77 11.53 5.08 -
YUV 75.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 188 21 58 0 0.89 0.69 0.26 346.71 0.8 0.41
Hex BC 15 3A 0 59 45 1A 15B 50 29
Octal 274 25 72 0 131 105 32 533 120 51
Binary 10111100 10101 111010 0 1011001 1000101 11010 101011011 1010000 101001

Color Harmonies of #BC153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC153A

Black with #BC153A

Text Example


Text Example

White with #BC153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC153A; }

 p { color: rgb(188,21,58); }

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

background-color css

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

 a { background-color: rgb(188,21,58); }

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

border-color css

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

 span { border-color: rgb(188,21,58); }

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