#B8282E

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

Shades of Cardinal #B8282E

Tints of Cardinal #B8282E

Color information

#B8282E (or 0xB8282E) is unknown color: approx Cardinal. HEX triplet: B8, 28 and 2E. RGB value is (184,40,46). Sum of RGB (Red+Green+Blue) = 184+40+46=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B8282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8282E is #47D7D1. Grayscale: #535353. Windows color (decimal): -4708306 or 3025080. OLE color: 3025080.

HSL color Cylindrical-coordinate representation of color #B8282E: hue angle of 357.5º 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 #B8282E is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB1844046-
CMYK00.780.750.28
HSL357.5º64.29%43.92%-
HSV(B)357.5º78.26%72.16%-
XYZ21.0211.913.77-
YUV83.74106.71199.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.15%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 46 (18.36% from 255) = 17.04%
R=68.15%
G=14.81%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184404600.780.750.28357.564.2943.92
HexB8282E04E4B1C166402c
Octal270505601161133454610054
Binary10111000101000101110010011101001011111001011001101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8282E; }

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

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

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

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

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

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

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

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