Html Css Color HEX #BC203B Cardinal

📋 copy color: '#BC203B'

red 188 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #BC203B

Tints of Cardinal #BC203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 67.38%
G = 11.47%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC203B (or 0xBC203B) is known color: Cardinal. HEX triplet: BC, 20 and 3B. RGB value is (188,32,59). Sum of RGB (Red+Green+Blue) = 188+32+59=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC203B is #43DFC4. Grayscale: #515151. Windows color (decimal): -4448197 or 3875004. OLE color: 3875004.

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

Color convert

RGB 188 32 59 -
CMYK 0 0.83 0.69 0.26
HSL 349.62º 0.71% 0.43% -
HSV(B) 349.62º 0.83% 0.74% -
XYZ 22.04 12.04 5.3 -
YUV 81.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 188 32 59 0 0.83 0.69 0.26 349.62 0.71 0.43
Hex BC 20 3B 0 53 45 1A 15E 47 2B
Octal 274 40 73 0 123 105 32 536 107 53
Binary 10111100 100000 111011 0 1010011 1000101 11010 101011110 1000111 101011

Color Harmonies of #BC203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC203B

Black with #BC203B

Text Example


Text Example

White with #BC203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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