#B2092B

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

Shades of Cardinal #B2092B

Tints of Cardinal #B2092B

Color information

#B2092B (or 0xB2092B) is unknown color: approx Cardinal. HEX triplet: B2, 09 and 2B. RGB value is (178,9,43). Sum of RGB (Red+Green+Blue) = 178+9+43=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B2092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2092B is #4DF6D4. Grayscale: #3F3F3F. Windows color (decimal): -5109461 or 2820530. OLE color: 2820530.

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

Color convert

RGB178943-
CMYK00.950.760.30
HSL347.93º90.37%36.67%-
HSV(B)347.93º94.94%69.8%-
XYZ18.899.833.19-
YUV63.41116.49209.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.39%
GREEN value IS 9 (3.91% from 255) = 3.91%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=77.39%
G=3.91%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17894300.950.760.30347.9390.3736.67
HexB292B05F4C1E15c5a25
Octal262115301371143653413245
Binary101100101001101011010111111001100111101010111001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2092B; }

 p { color: rgb(178,9,43); }

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

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

 a { background-color: rgb(178,9,43); }

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

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

 span { border-color: rgb(178,9,43); }

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