#B8263E

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

Shades of Cardinal #B8263E

Tints of Cardinal #B8263E

Color information

#B8263E (or 0xB8263E) is unknown color: approx Cardinal. HEX triplet: B8, 26 and 3E. RGB value is (184,38,62). Sum of RGB (Red+Green+Blue) = 184+38+62=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8263E is #47D9C1. Grayscale: #545454. Windows color (decimal): -4708802 or 4073144. OLE color: 4073144.

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

Color convert

RGB1843862-
CMYK00.790.660.28
HSL350.14º65.77%43.53%-
HSV(B)350.14º79.35%72.16%-
XYZ21.3311.925.73-
YUV84.39115.37199.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.79%
GREEN value IS 38 (15.23% from 255) = 13.38%
BLUE value IS 62 (24.61% from 255) = 21.83%
R=64.79%
G=13.38%
B=21.83%

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
Decimal184386200.790.660.28350.1465.7743.53
HexB8263E04F421C15e422c
Octal270467601171023453610254
Binary10111000100110111110010011111000010111001010111101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8263E; }

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

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

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

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

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

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

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

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