#B62833

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

Shades of Cardinal #B62833

Tints of Cardinal #B62833

Color information

#B62833 (or 0xB62833) is unknown color: approx Cardinal. HEX triplet: B6, 28 and 33. RGB value is (182,40,51). Sum of RGB (Red+Green+Blue) = 182+40+51=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B62833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62833 is #49D7CC. Grayscale: #535353. Windows color (decimal): -4839373 or 3352758. OLE color: 3352758.

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

Color convert

RGB1824051-
CMYK00.780.720.29
HSL355.35º63.96%43.53%-
HSV(B)355.35º78.02%71.37%-
XYZ20.6511.74.3-
YUV83.71109.54198.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.67%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=66.67%
G=14.65%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182405100.780.720.29355.3563.9643.53
HexB6283304E481D163402c
Octal266506301161103554310054
Binary10110110101000110011010011101001000111011011000111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62833; }

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

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

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

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

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

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

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

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