#B3082E

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

Shades of Cardinal #B3082E

Tints of Cardinal #B3082E

Color information

#B3082E (or 0xB3082E) is unknown color: approx Cardinal. HEX triplet: B3, 08 and 2E. RGB value is (179,8,46). Sum of RGB (Red+Green+Blue) = 179+8+46=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B3082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3082E is #4CF7D1. Grayscale: #3F3F3F. Windows color (decimal): -5044178 or 3016883. OLE color: 3016883.

HSL color Cylindrical-coordinate representation of color #B3082E: hue angle of 346.67º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3082E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB179846-
CMYK00.960.740.30
HSL346.67º91.44%36.67%-
HSV(B)346.67º95.53%70.2%-
XYZ19.179.953.5-
YUV63.46118.15210.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 76.82%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 46 (18.36% from 255) = 19.74%
R=76.82%
G=3.43%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17984600.960.740.30346.6791.4436.67
HexB382E0604A1E15b5b25
Octal263105601401123653313345
Binary101100111000101110011000001001010111101010110111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3082E; }

 p { color: rgb(179,8,46); }

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

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

 a { background-color: rgb(179,8,46); }

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

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

 span { border-color: rgb(179,8,46); }

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