#B62934

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

Shades of Cardinal #B62934

Tints of Cardinal #B62934

Color information

#B62934 (or 0xB62934) is unknown color: approx Cardinal. HEX triplet: B6, 29 and 34. RGB value is (182,41,52). Sum of RGB (Red+Green+Blue) = 182+41+52=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B62934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62934 is #49D6CB. Grayscale: #545454. Windows color (decimal): -4839116 or 3418550. OLE color: 3418550.

HSL color Cylindrical-coordinate representation of color #B62934: hue angle of 355.32º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62934 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1824152-
CMYK00.770.710.29
HSL355.32º63.23%43.73%-
HSV(B)355.32º77.47%71.37%-
XYZ20.711.784.43-
YUV84.41109.71197.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.18%
GREEN value IS 41 (16.41% from 255) = 14.91%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=66.18%
G=14.91%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182415200.770.710.29355.3263.2343.73
HexB6293404D471D1633f2c
Octal26651640115107355437754
Binary1011011010100111010001001101100011111101101100011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62934; }

 p { color: rgb(182,41,52); }

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

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

 a { background-color: rgb(182,41,52); }

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

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

 span { border-color: rgb(182,41,52); }

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