#B2103B

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

Shades of Cardinal #B2103B

Tints of Cardinal #B2103B

Color information

#B2103B (or 0xB2103B) is unknown color: approx Cardinal. HEX triplet: B2, 10 and 3B. RGB value is (178,16,59). Sum of RGB (Red+Green+Blue) = 178+16+59=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B2103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2103B is #4DEFC4. Grayscale: #454545. Windows color (decimal): -5107653 or 3870898. OLE color: 3870898.

HSL color Cylindrical-coordinate representation of color #B2103B: hue angle of 344.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2103B is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1781659-
CMYK00.910.670.30
HSL344.07º83.51%38.04%-
HSV(B)344.07º91.01%69.8%-
XYZ19.3310.155.08-
YUV69.34122.17205.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.36%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=70.36%
G=6.32%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178165900.910.670.30344.0783.5138.04
HexB2103B05B431E1585426
Octal262207301331033653012446
Binary1011001010000111011010110111000011111101010110001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2103B; }

 p { color: rgb(178,16,59); }

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

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

 a { background-color: rgb(178,16,59); }

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

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

 span { border-color: rgb(178,16,59); }

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