#B4193A

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

Shades of Cardinal #B4193A

Tints of Cardinal #B4193A

Color information

#B4193A (or 0xB4193A) is unknown color: approx Cardinal. HEX triplet: B4, 19 and 3A. RGB value is (180,25,58). Sum of RGB (Red+Green+Blue) = 180+25+58=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B4193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4193A is #4BE6C5. Grayscale: #4B4B4B. Windows color (decimal): -4974278 or 3807668. OLE color: 3807668.

HSL color Cylindrical-coordinate representation of color #B4193A: hue angle of 347.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4193A is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1802558-
CMYK00.860.680.29
HSL347.23º75.61%40.2%-
HSV(B)347.23º86.11%70.59%-
XYZ19.9310.75.02-
YUV75.11118.35202.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.44%
GREEN value IS 25 (10.16% from 255) = 9.51%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=68.44%
G=9.51%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180255800.860.680.29347.2375.6140.2
HexB4193A056441D15b4c28
Octal264317201261043553311450
Binary1011010011001111010010101101000100111011010110111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4193A; }

 p { color: rgb(180,25,58); }

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

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

 a { background-color: rgb(180,25,58); }

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

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

 span { border-color: rgb(180,25,58); }

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