Html Css Color HEX #BC053F Cardinal

📋 copy color: '#BC053F'

red 188 ◦ green 5 ◦ blue 63

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

Shades of Cardinal #BC053F

Tints of Cardinal #BC053F

RGB

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

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

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

R = 73.44%
G = 1.95%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC053F (or 0xBC053F) is known color: Cardinal. HEX triplet: BC, 05 and 3F. RGB value is (188,5,63). Sum of RGB (Red+Green+Blue) = 188+5+63=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC053F is #43FAC0. Grayscale: #424242. Windows color (decimal): -4455105 or 4130236. OLE color: 4130236.

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

Color convert

RGB 188 5 63 -
CMYK 0 0.97 0.66 0.26
HSL 340.98º 0.95% 0.38% -
HSV(B) 340.98º 0.97% 0.74% -
XYZ 21.69 11.16 5.71 -
YUV 66.33 126.13 214.78 -
System Red Green Blue C M Y K H S L
Decimal 188 5 63 0 0.97 0.66 0.26 340.98 0.95 0.38
Hex BC 5 3F 0 61 42 1A 155 5F 26
Octal 274 5 77 0 141 102 32 525 137 46
Binary 10111100 101 111111 0 1100001 1000010 11010 101010101 1011111 100110

Color Harmonies of #BC053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC053F

Black with #BC053F

Text Example


Text Example

White with #BC053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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