#B62634

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

Shades of Cardinal #B62634

Tints of Cardinal #B62634

Color information

#B62634 (or 0xB62634) is unknown color: approx Cardinal. HEX triplet: B6, 26 and 34. RGB value is (182,38,52). Sum of RGB (Red+Green+Blue) = 182+38+52=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B62634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62634 is #49D9CB. Grayscale: #525252. Windows color (decimal): -4839884 or 3417782. OLE color: 3417782.

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

Color convert

RGB1823852-
CMYK00.790.710.29
HSL354.17º65.45%43.14%-
HSV(B)354.17º79.12%71.37%-
XYZ20.611.584.4-
YUV82.65110.71198.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.91%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=66.91%
G=13.97%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182385200.790.710.29354.1765.4543.14
HexB6263404F471D162412b
Octal266466401171073554210153
Binary10110110100110110100010011111000111111011011000101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62634; }

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

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

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

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

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

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

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

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