#B3212A

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

Shades of Cardinal #B3212A

Tints of Cardinal #B3212A

Color information

#B3212A (or 0xB3212A) is unknown color: approx Cardinal. HEX triplet: B3, 21 and 2A. RGB value is (179,33,42). Sum of RGB (Red+Green+Blue) = 179+33+42=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B3212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3212A is #4CDED5. Grayscale: #4D4D4D. Windows color (decimal): -5037782 or 2761139. OLE color: 2761139.

HSL color Cylindrical-coordinate representation of color #B3212A: hue angle of 356.3º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3212A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1793342-
CMYK00.820.770.30
HSL356.3º68.87%41.57%-
HSV(B)356.3º81.56%70.2%-
XYZ19.5510.843.25-
YUV77.68107.87200.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.47%
GREEN value IS 33 (13.28% from 255) = 12.99%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=70.47%
G=12.99%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179334200.820.770.30356.368.8741.57
HexB3212A0524D1E164452a
Octal263415201221153654410552
Binary10110011100001101010010100101001101111101011001001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3212A; }

 p { color: rgb(179,33,42); }

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

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

 a { background-color: rgb(179,33,42); }

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

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

 span { border-color: rgb(179,33,42); }

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