#B2272A

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

Shades of Cardinal #B2272A

Tints of Cardinal #B2272A

Color information

#B2272A (or 0xB2272A) is unknown color: approx Cardinal. HEX triplet: B2, 27 and 2A. RGB value is (178,39,42). Sum of RGB (Red+Green+Blue) = 178+39+42=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2272A is #4DD8D5. Grayscale: #515151. Windows color (decimal): -5101782 or 2762674. OLE color: 2762674.

HSL color Cylindrical-coordinate representation of color #B2272A: hue angle of 358.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2272A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1783942-
CMYK00.780.760.30
HSL358.71º64.06%42.55%-
HSV(B)358.71º78.09%69.8%-
XYZ19.511.083.3-
YUV80.9106.05197.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.73%
GREEN value IS 39 (15.62% from 255) = 15.06%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=68.73%
G=15.06%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178394200.780.760.30358.7164.0642.55
HexB2272A04E4C1E167402b
Octal262475201161143654710053
Binary10110010100111101010010011101001100111101011001111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2272A; }

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

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

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

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

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

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

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

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