Html Css Color HEX #BC153B Cardinal

📋 copy color: '#BC153B'

red 188 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #BC153B

Tints of Cardinal #BC153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.01%

R = 70.15%
G = 7.84%
B = 22.01%

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

#BC153B (or 0xBC153B) is known color: Cardinal. HEX triplet: BC, 15 and 3B. RGB value is (188,21,59). Sum of RGB (Red+Green+Blue) = 188+21+59=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC153B is #43EAC4. Grayscale: #4B4B4B. Windows color (decimal): -4451013 or 3872188. OLE color: 3872188.

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

Color convert

RGB 188 21 59 -
CMYK 0 0.89 0.69 0.26
HSL 346.35º 0.8% 0.41% -
HSV(B) 346.35º 0.89% 0.74% -
XYZ 21.8 11.54 5.22 -
YUV 75.27 118.83 208.41 -
System Red Green Blue C M Y K H S L
Decimal 188 21 59 0 0.89 0.69 0.26 346.35 0.8 0.41
Hex BC 15 3B 0 59 45 1A 15A 50 29
Octal 274 25 73 0 131 105 32 532 120 51
Binary 10111100 10101 111011 0 1011001 1000101 11010 101011010 1010000 101001

Color Harmonies of #BC153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC153B

Black with #BC153B

Text Example


Text Example

White with #BC153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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