Html Css Color HEX #BC1E2E Cardinal

📋 copy color: '#BC1E2E'

red 188 ◦ green 30 ◦ blue 46

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

Shades of Cardinal #BC1E2E

Tints of Cardinal #BC1E2E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.36%

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

R = 71.21%
G = 11.36%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC1E2E (or 0xBC1E2E) is known color: Cardinal. HEX triplet: BC, 1E and 2E. RGB value is (188,30,46). Sum of RGB (Red+Green+Blue) = 188+30+46=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E2E is #43E1D1. Grayscale: #4F4F4F. Windows color (decimal): -4448722 or 3022524. OLE color: 3022524.

HSL color Cylindrical-coordinate representation of color #BC1E2E: hue angle of 353.92º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E2E is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 30 46 -
CMYK 0 0.84 0.76 0.26
HSL 353.92º 0.72% 0.43% -
HSV(B) 353.92º 0.84% 0.74% -
XYZ 21.7 11.82 3.72 -
YUV 79.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 188 30 46 0 0.84 0.76 0.26 353.92 0.72 0.43
Hex BC 1E 2E 0 54 4C 1A 162 48 2B
Octal 274 36 56 0 124 114 32 542 110 53
Binary 10111100 11110 101110 0 1010100 1001100 11010 101100010 1001000 101011

Color Harmonies of #BC1E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E2E

Black with #BC1E2E

Text Example


Text Example

White with #BC1E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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