#B01930

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

Shades of Cardinal #B01930

Tints of Cardinal #B01930

Color information

#B01930 (or 0xB01930) is unknown color: approx Cardinal. HEX triplet: B0, 19 and 30. RGB value is (176,25,48). Sum of RGB (Red+Green+Blue) = 176+25+48=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B01930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01930 is #4FE6CF. Grayscale: #484848. Windows color (decimal): -5236432 or 3152304. OLE color: 3152304.

HSL color Cylindrical-coordinate representation of color #B01930: hue angle of 350.86º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01930 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1762548-
CMYK00.860.730.31
HSL350.86º75.12%39.41%-
HSV(B)350.86º85.8%69.02%-
XYZ18.7910.143.76-
YUV72.77114.03201.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.68%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=70.68%
G=10.04%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176254800.860.730.31350.8675.1239.41
HexB01930056491F15f4b27
Octal260316001261113753711347
Binary1011000011001110000010101101001001111111010111111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01930; }

 p { color: rgb(176,25,48); }

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

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

 a { background-color: rgb(176,25,48); }

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

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

 span { border-color: rgb(176,25,48); }

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