#B0133B

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

Shades of Cardinal #B0133B

Tints of Cardinal #B0133B

Color information

#B0133B (or 0xB0133B) is unknown color: approx Cardinal. HEX triplet: B0, 13 and 3B. RGB value is (176,19,59). Sum of RGB (Red+Green+Blue) = 176+19+59=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B0133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0133B is #4FECC4. Grayscale: #464646. Windows color (decimal): -5237957 or 3871664. OLE color: 3871664.

HSL color Cylindrical-coordinate representation of color #B0133B: hue angle of 344.71º 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 #B0133B is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1761959-
CMYK00.890.660.31
HSL344.71º80.51%38.24%-
HSV(B)344.71º89.2%69.02%-
XYZ18.9310.015.07-
YUV70.5121.51203.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.29%
GREEN value IS 19 (7.81% from 255) = 7.48%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=69.29%
G=7.48%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176195900.890.660.31344.7180.5138.24
HexB0133B059421F1595126
Octal260237301311023753112146
Binary1011000010011111011010110011000010111111010110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0133B; }

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

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

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

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

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

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

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

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