Html Css Color HEX #BC0E2B Cardinal

📋 copy color: '#BC0E2B'

red 188 ◦ green 14 ◦ blue 43

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

Shades of Cardinal #BC0E2B

Tints of Cardinal #BC0E2B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.71%

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

R = 76.73%
G = 5.71%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC0E2B (or 0xBC0E2B) is known color: Cardinal. HEX triplet: BC, 0E and 2B. RGB value is (188,14,43). Sum of RGB (Red+Green+Blue) = 188+14+43=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E2B is #43F1D4. Grayscale: #454545. Windows color (decimal): -4452821 or 2821820. OLE color: 2821820.

HSL color Cylindrical-coordinate representation of color #BC0E2B: hue angle of 350º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E2B is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 14 43 -
CMYK 0 0.93 0.77 0.26
HSL 350º 0.86% 0.4% -
HSV(B) 350º 0.93% 0.74% -
XYZ 21.33 11.18 3.32 -
YUV 69.33 113.15 212.64 -
System Red Green Blue C M Y K H S L
Decimal 188 14 43 0 0.93 0.77 0.26 350 0.86 0.4
Hex BC E 2B 0 5D 4D 1A 15E 56 28
Octal 274 16 53 0 135 115 32 536 126 50
Binary 10111100 1110 101011 0 1011101 1001101 11010 101011110 1010110 101000

Color Harmonies of #BC0E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E2B

Black with #BC0E2B

Text Example


Text Example

White with #BC0E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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