#B92638

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

Shades of Cardinal #B92638

Tints of Cardinal #B92638

Color information

#B92638 (or 0xB92638) is unknown color: approx Cardinal. HEX triplet: B9, 26 and 38. RGB value is (185,38,56). Sum of RGB (Red+Green+Blue) = 185+38+56=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B92638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92638 is #46D9C7. Grayscale: #545454. Windows color (decimal): -4643272 or 3679929. OLE color: 3679929.

HSL color Cylindrical-coordinate representation of color #B92638: hue angle of 352.65º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92638 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1853856-
CMYK00.790.700.27
HSL352.65º65.92%43.73%-
HSV(B)352.65º79.46%72.55%-
XYZ21.4111.994.93-
YUV84112.2200.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.31%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=66.31%
G=13.62%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185385600.790.700.27352.6565.9243.73
HexB9263804F461B161422c
Octal271467001171063354110254
Binary10111001100110111000010011111000110110111011000011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92638; }

 p { color: rgb(185,38,56); }

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

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

 a { background-color: rgb(185,38,56); }

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

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

 span { border-color: rgb(185,38,56); }

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