#B62739

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

Shades of Cardinal #B62739

Tints of Cardinal #B62739

Color information

#B62739 (or 0xB62739) is unknown color: approx Cardinal. HEX triplet: B6, 27 and 39. RGB value is (182,39,57). Sum of RGB (Red+Green+Blue) = 182+39+57=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B62739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62739 is #49D8C6. Grayscale: #535353. Windows color (decimal): -4839623 or 3745718. OLE color: 3745718.

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

Color convert

RGB1823957-
CMYK00.790.690.29
HSL352.45º64.71%43.33%-
HSV(B)352.45º78.57%71.37%-
XYZ20.7611.695.03-
YUV83.81112.88198.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.47%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 57 (22.66% from 255) = 20.50%
R=65.47%
G=14.03%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182395700.790.690.29352.4564.7143.33
HexB6273904F451D160412b
Octal266477101171053554010153
Binary10110110100111111001010011111000101111011011000001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62739; }

 p { color: rgb(182,39,57); }

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

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

 a { background-color: rgb(182,39,57); }

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

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

 span { border-color: rgb(182,39,57); }

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