#B42632

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

Shades of Cardinal #B42632

Tints of Cardinal #B42632

Color information

#B42632 (or 0xB42632) is unknown color: approx Cardinal. HEX triplet: B4, 26 and 32. RGB value is (180,38,50). Sum of RGB (Red+Green+Blue) = 180+38+50=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B42632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42632 is #4BD9CD. Grayscale: #515151. Windows color (decimal): -4970958 or 3286708. OLE color: 3286708.

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

Color convert

RGB1803850-
CMYK00.790.720.29
HSL354.93º65.14%42.75%-
HSV(B)354.93º78.89%70.59%-
XYZ20.0911.324.14-
YUV81.83110.04198.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.16%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=67.16%
G=14.18%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180385000.790.720.29354.9365.1442.75
HexB4263204F481D163412b
Octal264466201171103554310153
Binary10110100100110110010010011111001000111011011000111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42632; }

 p { color: rgb(180,38,50); }

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

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

 a { background-color: rgb(180,38,50); }

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

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

 span { border-color: rgb(180,38,50); }

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