Html Css Color HEX #BC203F Cardinal

📋 copy color: '#BC203F'

red 188 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #BC203F

Tints of Cardinal #BC203F

RGB

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

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

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

R = 66.43%
G = 11.31%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC203F (or 0xBC203F) is known color: Cardinal. HEX triplet: BC, 20 and 3F. RGB value is (188,32,63). Sum of RGB (Red+Green+Blue) = 188+32+63=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC203F is #43DFC0. Grayscale: #525252. Windows color (decimal): -4448193 or 4137148. OLE color: 4137148.

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

Color convert

RGB 188 32 63 -
CMYK 0 0.83 0.66 0.26
HSL 348.08º 0.71% 0.43% -
HSV(B) 348.08º 0.83% 0.74% -
XYZ 22.15 12.08 5.87 -
YUV 82.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 188 32 63 0 0.83 0.66 0.26 348.08 0.71 0.43
Hex BC 20 3F 0 53 42 1A 15C 47 2B
Octal 274 40 77 0 123 102 32 534 107 53
Binary 10111100 100000 111111 0 1010011 1000010 11010 101011100 1000111 101011

Color Harmonies of #BC203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC203F

Black with #BC203F

Text Example


Text Example

White with #BC203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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