Html Css Color HEX #BC213F Cardinal

📋 copy color: '#BC213F'

red 188 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #BC213F

Tints of Cardinal #BC213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.18%

R = 66.2%
G = 11.62%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC213F (or 0xBC213F) is known color: Cardinal. HEX triplet: BC, 21 and 3F. RGB value is (188,33,63). Sum of RGB (Red+Green+Blue) = 188+33+63=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC213F is #43DEC0. Grayscale: #525252. Windows color (decimal): -4447937 or 4137404. OLE color: 4137404.

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

Color convert

RGB 188 33 63 -
CMYK 0 0.82 0.66 0.26
HSL 348.39º 0.7% 0.43% -
HSV(B) 348.39º 0.82% 0.74% -
XYZ 22.18 12.14 5.88 -
YUV 82.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 188 33 63 0 0.82 0.66 0.26 348.39 0.7 0.43
Hex BC 21 3F 0 52 42 1A 15C 46 2B
Octal 274 41 77 0 122 102 32 534 106 53
Binary 10111100 100001 111111 0 1010010 1000010 11010 101011100 1000110 101011

Color Harmonies of #BC213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC213F

Black with #BC213F

Text Example


Text Example

White with #BC213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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