Html Css Color HEX #BC052E Cardinal

📋 copy color: '#BC052E'

red 188 ◦ green 5 ◦ blue 46

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

Shades of Cardinal #BC052E

Tints of Cardinal #BC052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 78.66%
G = 2.09%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC052E (or 0xBC052E) is known color: Cardinal. HEX triplet: BC, 05 and 2E. RGB value is (188,5,46). Sum of RGB (Red+Green+Blue) = 188+5+46=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC052E is #43FAD1. Grayscale: #404040. Windows color (decimal): -4455122 or 3016124. OLE color: 3016124.

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

Color convert

RGB 188 5 46 -
CMYK 0 0.97 0.76 0.26
HSL 346.56º 0.95% 0.38% -
HSV(B) 346.56º 0.97% 0.74% -
XYZ 21.29 11 3.59 -
YUV 64.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 188 5 46 0 0.97 0.76 0.26 346.56 0.95 0.38
Hex BC 5 2E 0 61 4C 1A 15B 5F 26
Octal 274 5 56 0 141 114 32 533 137 46
Binary 10111100 101 101110 0 1100001 1001100 11010 101011011 1011111 100110

Color Harmonies of #BC052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC052E

Black with #BC052E

Text Example


Text Example

White with #BC052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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