#B42735

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

Shades of Cardinal #B42735

Tints of Cardinal #B42735

Color information

#B42735 (or 0xB42735) is unknown color: approx Cardinal. HEX triplet: B4, 27 and 35. RGB value is (180,39,53). Sum of RGB (Red+Green+Blue) = 180+39+53=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B42735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42735 is #4BD8CA. Grayscale: #525252. Windows color (decimal): -4970699 or 3483572. OLE color: 3483572.

HSL color Cylindrical-coordinate representation of color #B42735: hue angle of 354.04º 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 #B42735 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1803953-
CMYK00.780.710.29
HSL354.04º64.38%42.94%-
HSV(B)354.04º78.33%70.59%-
XYZ20.1911.414.51-
YUV82.76111.21197.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.18%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 53 (21.09% from 255) = 19.49%
R=66.18%
G=14.34%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180395300.780.710.29354.0464.3842.94
HexB4273504E471D162402b
Octal264476501161073554210053
Binary10110100100111110101010011101000111111011011000101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42735; }

 p { color: rgb(180,39,53); }

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

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

 a { background-color: rgb(180,39,53); }

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

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

 span { border-color: rgb(180,39,53); }

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