Html Css Color HEX #BC152B Cardinal

📋 copy color: '#BC152B'

red 188 ◦ green 21 ◦ blue 43

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

Shades of Cardinal #BC152B

Tints of Cardinal #BC152B

RGB

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

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

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

R = 74.6%
G = 8.33%
B = 17.06%

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

#BC152B (or 0xBC152B) is known color: Cardinal. HEX triplet: BC, 15 and 2B. RGB value is (188,21,43). Sum of RGB (Red+Green+Blue) = 188+21+43=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC152B is #43EAD4. Grayscale: #494949. Windows color (decimal): -4451029 or 2823612. OLE color: 2823612.

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

Color convert

RGB 188 21 43 -
CMYK 0 0.89 0.77 0.26
HSL 352.1º 0.8% 0.41% -
HSV(B) 352.1º 0.89% 0.74% -
XYZ 21.44 11.4 3.36 -
YUV 73.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 188 21 43 0 0.89 0.77 0.26 352.1 0.8 0.41
Hex BC 15 2B 0 59 4D 1A 160 50 29
Octal 274 25 53 0 131 115 32 540 120 51
Binary 10111100 10101 101011 0 1011001 1001101 11010 101100000 1010000 101001

Color Harmonies of #BC152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC152B

Black with #BC152B

Text Example


Text Example

White with #BC152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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