#B0143A

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

Shades of Cardinal #B0143A

Tints of Cardinal #B0143A

Color information

#B0143A (or 0xB0143A) is unknown color: approx Cardinal. HEX triplet: B0, 14 and 3A. RGB value is (176,20,58). Sum of RGB (Red+Green+Blue) = 176+20+58=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B0143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0143A is #4FEBC5. Grayscale: #464646. Windows color (decimal): -5237702 or 3806384. OLE color: 3806384.

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

Color convert

RGB1762058-
CMYK00.890.670.31
HSL345.38º79.59%38.43%-
HSV(B)345.38º88.64%69.02%-
XYZ18.9210.044.94-
YUV70.98120.68202.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.29%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=69.29%
G=7.87%
B=22.83%

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
Decimal176205800.890.670.31345.3879.5938.43
HexB0143A059431F1595026
Octal260247201311033753112046
Binary1011000010100111010010110011000011111111010110011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0143A; }

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

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

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

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

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

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

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

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