Html Css Color HEX #BC203E Cardinal

📋 copy color: '#BC203E'

red 188 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #BC203E

Tints of Cardinal #BC203E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 66.67%
G = 11.35%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC203E (or 0xBC203E) is known color: Cardinal. HEX triplet: BC, 20 and 3E. RGB value is (188,32,62). Sum of RGB (Red+Green+Blue) = 188+32+62=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC203E is #43DFC1. Grayscale: #525252. Windows color (decimal): -4448194 or 4071612. OLE color: 4071612.

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

Color convert

RGB 188 32 62 -
CMYK 0 0.83 0.67 0.26
HSL 348.46º 0.71% 0.43% -
HSV(B) 348.46º 0.83% 0.74% -
XYZ 22.13 12.07 5.72 -
YUV 82.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 188 32 62 0 0.83 0.67 0.26 348.46 0.71 0.43
Hex BC 20 3E 0 53 43 1A 15C 47 2B
Octal 274 40 76 0 123 103 32 534 107 53
Binary 10111100 100000 111110 0 1010011 1000011 11010 101011100 1000111 101011

Color Harmonies of #BC203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC203E

Black with #BC203E

Text Example


Text Example

White with #BC203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC203E; }

 p { color: rgb(188,32,62); }

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

background-color css

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

 a { background-color: rgb(188,32,62); }

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

border-color css

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

 span { border-color: rgb(188,32,62); }

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