Html Css Color HEX #BC123B Cardinal

📋 copy color: '#BC123B'

red 188 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #BC123B

Tints of Cardinal #BC123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

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

R = 70.94%
G = 6.79%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC123B (or 0xBC123B) is known color: Cardinal. HEX triplet: BC, 12 and 3B. RGB value is (188,18,59). Sum of RGB (Red+Green+Blue) = 188+18+59=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC123B is #43EDC4. Grayscale: #494949. Windows color (decimal): -4451781 or 3871420. OLE color: 3871420.

HSL color Cylindrical-coordinate representation of color #BC123B: hue angle of 345.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC123B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 59 -
CMYK 0 0.90 0.69 0.26
HSL 345.53º 0.83% 0.4% -
HSV(B) 345.53º 0.9% 0.74% -
XYZ 21.74 11.44 5.2 -
YUV 73.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 188 18 59 0 0.90 0.69 0.26 345.53 0.83 0.4
Hex BC 12 3B 0 5A 45 1A 15A 53 28
Octal 274 22 73 0 132 105 32 532 123 50
Binary 10111100 10010 111011 0 1011010 1000101 11010 101011010 1010011 101000

Color Harmonies of #BC123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC123B

Black with #BC123B

Text Example


Text Example

White with #BC123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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