#B82637

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

Shades of Cardinal #B82637

Tints of Cardinal #B82637

Color information

#B82637 (or 0xB82637) is unknown color: approx Cardinal. HEX triplet: B8, 26 and 37. RGB value is (184,38,55). Sum of RGB (Red+Green+Blue) = 184+38+55=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B82637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82637 is #47D9C8. Grayscale: #535353. Windows color (decimal): -4708809 or 3614392. OLE color: 3614392.

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

Color convert

RGB1843855-
CMYK00.790.700.28
HSL353.01º65.77%43.53%-
HSV(B)353.01º79.35%72.16%-
XYZ21.1511.854.79-
YUV83.59111.87199.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.43%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=66.43%
G=13.72%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184385500.790.700.28353.0165.7743.53
HexB8263704F461C161422c
Octal270466701171063454110254
Binary10111000100110110111010011111000110111001011000011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82637; }

 p { color: rgb(184,38,55); }

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

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

 a { background-color: rgb(184,38,55); }

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

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

 span { border-color: rgb(184,38,55); }

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