#B8082D

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

Shades of Cardinal #B8082D

Tints of Cardinal #B8082D

Color information

#B8082D (or 0xB8082D) is unknown color: approx Cardinal. HEX triplet: B8, 08 and 2D. RGB value is (184,8,45). Sum of RGB (Red+Green+Blue) = 184+8+45=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B8082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8082D is #47F7D2. Grayscale: #404040. Windows color (decimal): -4716499 or 2951352. OLE color: 2951352.

HSL color Cylindrical-coordinate representation of color #B8082D: hue angle of 347.39º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8082D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB184845-
CMYK00.960.760.28
HSL347.39º91.67%37.65%-
HSV(B)347.39º95.65%72.16%-
XYZ20.3310.553.45-
YUV64.84116.81212.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 77.64%
GREEN value IS 8 (3.52% from 255) = 3.38%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=77.64%
G=3.38%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18484500.960.760.28347.3991.6737.65
HexB882D0604C1C15b5c26
Octal270105501401143453313446
Binary101110001000101101011000001001100111001010110111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8082D; }

 p { color: rgb(184,8,45); }

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

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

 a { background-color: rgb(184,8,45); }

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

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

 span { border-color: rgb(184,8,45); }

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