#B8272C

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

Shades of Cardinal #B8272C

Tints of Cardinal #B8272C

Color information

#B8272C (or 0xB8272C) is unknown color: approx Cardinal. HEX triplet: B8, 27 and 2C. RGB value is (184,39,44). Sum of RGB (Red+Green+Blue) = 184+39+44=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8272C is #47D8D3. Grayscale: #535353. Windows color (decimal): -4708564 or 2893752. OLE color: 2893752.

HSL color Cylindrical-coordinate representation of color #B8272C: hue angle of 357.93º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8272C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB1843944-
CMYK00.790.760.28
HSL357.93º65.02%43.73%-
HSV(B)357.93º78.8%72.16%-
XYZ20.9511.823.56-
YUV82.92106.04200.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.91%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=68.91%
G=14.61%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184394400.790.760.28357.9365.0243.73
HexB8272C04F4C1C166412c
Octal270475401171143454610154
Binary10111000100111101100010011111001100111001011001101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8272C; }

 p { color: rgb(184,39,44); }

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

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

 a { background-color: rgb(184,39,44); }

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

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

 span { border-color: rgb(184,39,44); }

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