#B62326

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

Shades of Cardinal #B62326

Tints of Cardinal #B62326

Color information

#B62326 (or 0xB62326) is unknown color: approx Cardinal. HEX triplet: B6, 23 and 26. RGB value is (182,35,38). Sum of RGB (Red+Green+Blue) = 182+35+38=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B62326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62326 is #49DCD9. Grayscale: #4F4F4F. Windows color (decimal): -4840666 or 2499510. OLE color: 2499510.

HSL color Cylindrical-coordinate representation of color #B62326: hue angle of 358.78º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62326 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1823538-
CMYK00.810.790.29
HSL358.78º67.74%42.55%-
HSV(B)358.78º80.77%71.37%-
XYZ20.2411.292.95-
YUV79.29104.7201.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.37%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=71.37%
G=13.73%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182353800.810.790.29358.7867.7442.55
HexB623260514F1D167442b
Octal266434601211173554710453
Binary10110110100011100110010100011001111111011011001111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62326; }

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

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

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

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

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

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

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

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