Html Css Color HEX #BC0037 Cardinal

📋 copy color: '#BC0037'

red 188 ◦ green 0 ◦ blue 55

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

Shades of Cardinal #BC0037

Tints of Cardinal #BC0037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 22.63%

R = 77.37%
G = 0%
B = 22.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC0037 (or 0xBC0037) is known color: Cardinal. HEX triplet: BC, 00 and 37. RGB value is (188,0,55). Sum of RGB (Red+Green+Blue) = 188+0+55=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0037 is #43FFC8. Grayscale: #3E3E3E. Windows color (decimal): -4456393 or 3604668. OLE color: 3604668.

HSL color Cylindrical-coordinate representation of color #BC0037: hue angle of 342.45º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0037 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 55 -
CMYK 0 1 0.71 0.26
HSL 342.45º 1% 0.37% -
HSV(B) 342.45º 1% 0.74% -
XYZ 21.43 10.97 4.6 -
YUV 62.48 123.78 217.53 -
System Red Green Blue C M Y K H S L
Decimal 188 0 55 0 1 0.71 0.26 342.45 1 0.37
Hex BC 0 37 0 64 47 1A 156 64 25
Octal 274 0 67 0 144 107 32 526 144 45
Binary 10111100 0 110111 0 1100100 1000111 11010 101010110 1100100 100101

Color Harmonies of #BC0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0037

Black with #BC0037

Text Example


Text Example

White with #BC0037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0037; }

 p { color: rgb(188,0,55); }

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

background-color css

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

 a { background-color: rgb(188,0,55); }

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

border-color css

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

 span { border-color: rgb(188,0,55); }

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