#B2232A

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

Shades of Cardinal #B2232A

Tints of Cardinal #B2232A

Color information

#B2232A (or 0xB2232A) is unknown color: approx Cardinal. HEX triplet: B2, 23 and 2A. RGB value is (178,35,42). Sum of RGB (Red+Green+Blue) = 178+35+42=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B2232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2232A is #4DDCD5. Grayscale: #4E4E4E. Windows color (decimal): -5102806 or 2761650. OLE color: 2761650.

HSL color Cylindrical-coordinate representation of color #B2232A: hue angle of 357.06º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2232A is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1783542-
CMYK00.800.760.30
HSL357.06º67.14%41.76%-
HSV(B)357.06º80.34%69.8%-
XYZ19.3810.833.26-
YUV78.55107.38198.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 69.80%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=69.80%
G=13.73%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178354200.800.760.30357.0667.1441.76
HexB2232A0504C1E165432a
Octal262435201201143654510352
Binary10110010100011101010010100001001100111101011001011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2232A; }

 p { color: rgb(178,35,42); }

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

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

 a { background-color: rgb(178,35,42); }

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

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

 span { border-color: rgb(178,35,42); }

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