Html Css Color HEX #BC2838 Cardinal

📋 copy color: '#BC2838'

red 188 ◦ green 40 ◦ blue 56

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

Shades of Cardinal #BC2838

Tints of Cardinal #BC2838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

 BLUE value IS 56 (22.27% from 255) = 19.72%

R = 66.2%
G = 14.08%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC2838 (or 0xBC2838) is known color: Cardinal. HEX triplet: BC, 28 and 38. RGB value is (188,40,56). Sum of RGB (Red+Green+Blue) = 188+40+56=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2838 is #43D7C7. Grayscale: #565656. Windows color (decimal): -4446152 or 3680444. OLE color: 3680444.

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

Color convert

RGB 188 40 56 -
CMYK 0 0.79 0.70 0.26
HSL 353.51º 0.65% 0.45% -
HSV(B) 353.51º 0.79% 0.74% -
XYZ 22.21 12.49 4.98 -
YUV 86.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 188 40 56 0 0.79 0.70 0.26 353.51 0.65 0.45
Hex BC 28 38 0 4F 46 1A 162 41 2D
Octal 274 50 70 0 117 106 32 542 101 55
Binary 10111100 101000 111000 0 1001111 1000110 11010 101100010 1000001 101101

Color Harmonies of #BC2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2838

Black with #BC2838

Text Example


Text Example

White with #BC2838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2838; }

 p { color: rgb(188,40,56); }

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

background-color css

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

 a { background-color: rgb(188,40,56); }

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

border-color css

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

 span { border-color: rgb(188,40,56); }

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