#B42833

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

Shades of Cardinal #B42833

Tints of Cardinal #B42833

Color information

#B42833 (or 0xB42833) is unknown color: approx Cardinal. HEX triplet: B4, 28 and 33. RGB value is (180,40,51). Sum of RGB (Red+Green+Blue) = 180+40+51=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B42833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42833 is #4BD7CC. Grayscale: #535353. Windows color (decimal): -4970445 or 3352756. OLE color: 3352756.

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

Color convert

RGB1804051-
CMYK00.780.720.29
HSL355.29º63.64%43.14%-
HSV(B)355.29º77.78%70.59%-
XYZ20.1811.464.28-
YUV83.11109.88197.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.42%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=66.42%
G=14.76%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180405100.780.720.29355.2963.6443.14
HexB4283304E481D163402b
Octal264506301161103554310053
Binary10110100101000110011010011101001000111011011000111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42833; }

 p { color: rgb(180,40,51); }

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

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

 a { background-color: rgb(180,40,51); }

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

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

 span { border-color: rgb(180,40,51); }

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