#B01A38

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

Shades of Cardinal #B01A38

Tints of Cardinal #B01A38

Color information

#B01A38 (or 0xB01A38) is unknown color: approx Cardinal. HEX triplet: B0, 1A and 38. RGB value is (176,26,56). Sum of RGB (Red+Green+Blue) = 176+26+56=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A38 is #4FE5C7. Grayscale: #4A4A4A. Windows color (decimal): -5236168 or 3676848. OLE color: 3676848.

HSL color Cylindrical-coordinate representation of color #B01A38: hue angle of 348º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A38 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1762656-
CMYK00.850.680.31
HSL348º74.26%39.61%-
HSV(B)348º85.23%69.02%-
XYZ18.9910.254.72-
YUV74.27117.7200.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.22%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=68.22%
G=10.08%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176265600.850.680.3134874.2639.61
HexB01A38055441F15c4a28
Octal260327001251043753411250
Binary1011000011010111000010101011000100111111010111001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A38; }

 p { color: rgb(176,26,56); }

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

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

 a { background-color: rgb(176,26,56); }

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

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

 span { border-color: rgb(176,26,56); }

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