Html Css Color HEX #BC2937 Cardinal

📋 copy color: '#BC2937'

red 188 ◦ green 41 ◦ blue 55

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

Shades of Cardinal #BC2937

Tints of Cardinal #BC2937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

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

R = 66.2%
G = 14.44%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC2937 (or 0xBC2937) is known color: Cardinal. HEX triplet: BC, 29 and 37. RGB value is (188,41,55). Sum of RGB (Red+Green+Blue) = 188+41+55=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2937 is #43D6C8. Grayscale: #565656. Windows color (decimal): -4445897 or 3615164. OLE color: 3615164.

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

Color convert

RGB 188 41 55 -
CMYK 0 0.78 0.71 0.26
HSL 354.29º 0.64% 0.45% -
HSV(B) 354.29º 0.78% 0.74% -
XYZ 22.22 12.55 4.87 -
YUV 86.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 188 41 55 0 0.78 0.71 0.26 354.29 0.64 0.45
Hex BC 29 37 0 4E 47 1A 162 40 2D
Octal 274 51 67 0 116 107 32 542 100 55
Binary 10111100 101001 110111 0 1001110 1000111 11010 101100010 1000000 101101

Color Harmonies of #BC2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2937

Black with #BC2937

Text Example


Text Example

White with #BC2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2937; }

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

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

background-color css

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

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

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

border-color css

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

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

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