#B6233E

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

Shades of Cardinal #B6233E

Tints of Cardinal #B6233E

Color information

#B6233E (or 0xB6233E) is unknown color: approx Cardinal. HEX triplet: B6, 23 and 3E. RGB value is (182,35,62). Sum of RGB (Red+Green+Blue) = 182+35+62=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6233E is #49DCC1. Grayscale: #525252. Windows color (decimal): -4840642 or 4072374. OLE color: 4072374.

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

Color convert

RGB1823562-
CMYK00.810.660.29
HSL348.98º67.74%42.55%-
HSV(B)348.98º80.77%71.37%-
XYZ20.7611.495.68-
YUV82.03116.7199.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.23%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 62 (24.61% from 255) = 22.22%
R=65.23%
G=12.54%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182356200.810.660.29348.9867.7442.55
HexB6233E051421D15d442b
Octal266437601211023553510453
Binary10110110100011111110010100011000010111011010111011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6233E; }

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

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

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

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

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

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

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

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