#B8263F

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

Shades of Cardinal #B8263F

Tints of Cardinal #B8263F

Color information

#B8263F (or 0xB8263F) is unknown color: approx Cardinal. HEX triplet: B8, 26 and 3F. RGB value is (184,38,63). Sum of RGB (Red+Green+Blue) = 184+38+63=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B8263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8263F is #47D9C0. Grayscale: #545454. Windows color (decimal): -4708801 or 4138680. OLE color: 4138680.

HSL color Cylindrical-coordinate representation of color #B8263F: hue angle of 349.73º degrees, saturation: 0.66, 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 #B8263F is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1843863-
CMYK00.790.660.28
HSL349.73º65.77%43.53%-
HSV(B)349.73º79.35%72.16%-
XYZ21.3611.945.88-
YUV84.5115.87198.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.56%
GREEN value IS 38 (15.23% from 255) = 13.33%
BLUE value IS 63 (25% from 255) = 22.11%
R=64.56%
G=13.33%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184386300.790.660.28349.7365.7743.53
HexB8263F04F421C15e422c
Octal270467701171023453610254
Binary10111000100110111111010011111000010111001010111101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8263F; }

 p { color: rgb(184,38,63); }

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

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

 a { background-color: rgb(184,38,63); }

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

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

 span { border-color: rgb(184,38,63); }

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