#B0133A

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

Shades of Cardinal #B0133A

Tints of Cardinal #B0133A

Color information

#B0133A (or 0xB0133A) is unknown color: approx Cardinal. HEX triplet: B0, 13 and 3A. RGB value is (176,19,58). Sum of RGB (Red+Green+Blue) = 176+19+58=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0133A is #4FECC5. Grayscale: #464646. Windows color (decimal): -5237958 or 3806128. OLE color: 3806128.

HSL color Cylindrical-coordinate representation of color #B0133A: hue angle of 345.1º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0133A is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1761958-
CMYK00.890.670.31
HSL345.1º80.51%38.24%-
HSV(B)345.1º89.2%69.02%-
XYZ18.9104.94-
YUV70.39121.01203.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.57%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=69.57%
G=7.51%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176195800.890.670.31345.180.5138.24
HexB0133A059431F1595126
Octal260237201311033753112146
Binary1011000010011111010010110011000011111111010110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0133A; }

 p { color: rgb(176,19,58); }

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

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

 a { background-color: rgb(176,19,58); }

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

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

 span { border-color: rgb(176,19,58); }

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