#B62633

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

Shades of Cardinal #B62633

Tints of Cardinal #B62633

Color information

#B62633 (or 0xB62633) is unknown color: approx Cardinal. HEX triplet: B6, 26 and 33. RGB value is (182,38,51). Sum of RGB (Red+Green+Blue) = 182+38+51=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B62633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62633 is #49D9CC. Grayscale: #525252. Windows color (decimal): -4839885 or 3352246. OLE color: 3352246.

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

Color convert

RGB1823851-
CMYK00.790.720.29
HSL354.58º65.45%43.14%-
HSV(B)354.58º79.12%71.37%-
XYZ20.5811.574.28-
YUV82.54110.21198.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.16%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=67.16%
G=14.02%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182385100.790.720.29354.5865.4543.14
HexB6263304F481D163412b
Octal266466301171103554310153
Binary10110110100110110011010011111001000111011011000111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62633; }

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

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

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

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

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

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

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

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