Html Css Color HEX #BC152E Cardinal

📋 copy color: '#BC152E'

red 188 ◦ green 21 ◦ blue 46

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

Shades of Cardinal #BC152E

Tints of Cardinal #BC152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 73.73%
G = 8.24%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC152E (or 0xBC152E) is known color: Cardinal. HEX triplet: BC, 15 and 2E. RGB value is (188,21,46). Sum of RGB (Red+Green+Blue) = 188+21+46=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC152E is #43EAD1. Grayscale: #494949. Windows color (decimal): -4451026 or 3020220. OLE color: 3020220.

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

Color convert

RGB 188 21 46 -
CMYK 0 0.89 0.76 0.26
HSL 351.02º 0.8% 0.41% -
HSV(B) 351.02º 0.89% 0.74% -
XYZ 21.5 11.42 3.66 -
YUV 73.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 188 21 46 0 0.89 0.76 0.26 351.02 0.8 0.41
Hex BC 15 2E 0 59 4C 1A 15F 50 29
Octal 274 25 56 0 131 114 32 537 120 51
Binary 10111100 10101 101110 0 1011001 1001100 11010 101011111 1010000 101001

Color Harmonies of #BC152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC152E

Black with #BC152E

Text Example


Text Example

White with #BC152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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