Html Css Color HEX #BC212B Cardinal

📋 copy color: '#BC212B'

red 188 ◦ green 33 ◦ blue 43

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

Shades of Cardinal #BC212B

Tints of Cardinal #BC212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

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

R = 71.21%
G = 12.5%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC212B (or 0xBC212B) is known color: Cardinal. HEX triplet: BC, 21 and 2B. RGB value is (188,33,43). Sum of RGB (Red+Green+Blue) = 188+33+43=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC212B is #43DED4. Grayscale: #505050. Windows color (decimal): -4447957 or 2826684. OLE color: 2826684.

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

Color convert

RGB 188 33 43 -
CMYK 0 0.82 0.77 0.26
HSL 356.13º 0.7% 0.43% -
HSV(B) 356.13º 0.82% 0.74% -
XYZ 21.72 11.95 3.45 -
YUV 80.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 188 33 43 0 0.82 0.77 0.26 356.13 0.7 0.43
Hex BC 21 2B 0 52 4D 1A 164 46 2B
Octal 274 41 53 0 122 115 32 544 106 53
Binary 10111100 100001 101011 0 1010010 1001101 11010 101100100 1000110 101011

Color Harmonies of #BC212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC212B

Black with #BC212B

Text Example


Text Example

White with #BC212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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