Html Css Color HEX #BC053A Cardinal

📋 copy color: '#BC053A'

red 188 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #BC053A

Tints of Cardinal #BC053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 74.9%
G = 1.99%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC053A (or 0xBC053A) is known color: Cardinal. HEX triplet: BC, 05 and 3A. RGB value is (188,5,58). Sum of RGB (Red+Green+Blue) = 188+5+58=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC053A is #43FAC5. Grayscale: #414141. Windows color (decimal): -4455110 or 3802556. OLE color: 3802556.

HSL color Cylindrical-coordinate representation of color #BC053A: hue angle of 342.62º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC053A is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 5 58 -
CMYK 0 0.97 0.69 0.26
HSL 342.62º 0.95% 0.38% -
HSV(B) 342.62º 0.97% 0.74% -
XYZ 21.56 11.11 5.01 -
YUV 65.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 188 5 58 0 0.97 0.69 0.26 342.62 0.95 0.38
Hex BC 5 3A 0 61 45 1A 157 5F 26
Octal 274 5 72 0 141 105 32 527 137 46
Binary 10111100 101 111010 0 1100001 1000101 11010 101010111 1011111 100110

Color Harmonies of #BC053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC053A

Black with #BC053A

Text Example


Text Example

White with #BC053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC053A; }

 p { color: rgb(188,5,58); }

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

background-color css

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

 a { background-color: rgb(188,5,58); }

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

border-color css

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

 span { border-color: rgb(188,5,58); }

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