Html Css Color HEX #BC152F Cardinal

📋 copy color: '#BC152F'

red 188 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #BC152F

Tints of Cardinal #BC152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 73.44%
G = 8.2%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC152F (or 0xBC152F) is known color: Cardinal. HEX triplet: BC, 15 and 2F. RGB value is (188,21,47). Sum of RGB (Red+Green+Blue) = 188+21+47=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC152F is #43EAD0. Grayscale: #494949. Windows color (decimal): -4451025 or 3085756. OLE color: 3085756.

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

Color convert

RGB 188 21 47 -
CMYK 0 0.89 0.75 0.26
HSL 350.66º 0.8% 0.41% -
HSV(B) 350.66º 0.89% 0.74% -
XYZ 21.52 11.43 3.76 -
YUV 73.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 188 21 47 0 0.89 0.75 0.26 350.66 0.8 0.41
Hex BC 15 2F 0 59 4B 1A 15F 50 29
Octal 274 25 57 0 131 113 32 537 120 51
Binary 10111100 10101 101111 0 1011001 1001011 11010 101011111 1010000 101001

Color Harmonies of #BC152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC152F

Black with #BC152F

Text Example


Text Example

White with #BC152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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