#B2272B

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

Shades of Cardinal #B2272B

Tints of Cardinal #B2272B

Color information

#B2272B (or 0xB2272B) is unknown color: approx Cardinal. HEX triplet: B2, 27 and 2B. RGB value is (178,39,43). Sum of RGB (Red+Green+Blue) = 178+39+43=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2272B is #4DD8D4. Grayscale: #515151. Windows color (decimal): -5101781 or 2828210. OLE color: 2828210.

HSL color Cylindrical-coordinate representation of color #B2272B: hue angle of 358.27º 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 #B2272B is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1783943-
CMYK00.780.760.30
HSL358.27º64.06%42.55%-
HSV(B)358.27º78.09%69.8%-
XYZ19.5211.093.4-
YUV81.02106.55197.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.46%
GREEN value IS 39 (15.62% from 255) = 15%
BLUE value IS 43 (17.19% from 255) = 16.54%
R=68.46%
G=15%
B=16.54%

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
Decimal178394300.780.760.30358.2764.0642.55
HexB2272B04E4C1E166402b
Octal262475301161143654610053
Binary10110010100111101011010011101001100111101011001101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2272B; }

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

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

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

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

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

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

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

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