#B82838

Color #B82838 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B82838

Tints of Cardinal #B82838

Color information

#B82838 (or 0xB82838) is unknown color: approx Cardinal. HEX triplet: B8, 28 and 38. RGB value is (184,40,56). Sum of RGB (Red+Green+Blue) = 184+40+56=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B82838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82838 is #47D7C7. Grayscale: #545454. Windows color (decimal): -4708296 or 3680440. OLE color: 3680440.

HSL color Cylindrical-coordinate representation of color #B82838: hue angle of 353.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82838 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1844056-
CMYK00.780.700.28
HSL353.33º64.29%43.92%-
HSV(B)353.33º78.26%72.16%-
XYZ21.2411.994.94-
YUV84.88111.71198.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.71%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 56 (22.27% from 255) = 20%
R=65.71%
G=14.29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184405600.780.700.28353.3364.2943.92
HexB8283804E461C161402c
Octal270507001161063454110054
Binary10111000101000111000010011101000110111001011000011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82838; }

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

 H1.HeaderClassName
 {
   color: #B82838;
 }
 .AnyTagClassName
 {
   color: #B82838;
 }
</style>
background-color css

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

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

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

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

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

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