#B22B34

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

Shades of Cardinal #B22B34

Tints of Cardinal #B22B34

Color information

#B22B34 (or 0xB22B34) is unknown color: approx Cardinal. HEX triplet: B2, 2B and 34. RGB value is (178,43,52). Sum of RGB (Red+Green+Blue) = 178+43+52=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B34 is #4DD4CB. Grayscale: #545454. Windows color (decimal): -5100748 or 3419058. OLE color: 3419058.

HSL color Cylindrical-coordinate representation of color #B22B34: hue angle of 356º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22B34 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB1784352-
CMYK00.760.710.30
HSL356º61.09%43.33%-
HSV(B)356º75.84%69.8%-
XYZ19.8411.444.41-
YUV84.39109.73194.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.20%
GREEN value IS 43 (17.19% from 255) = 15.75%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=65.20%
G=15.75%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178435200.760.710.3035661.0943.33
HexB22B3404C471E1643d2b
Octal26253640114107365447553
Binary1011001010101111010001001100100011111110101100100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B34; }

 p { color: rgb(178,43,52); }

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

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

 a { background-color: rgb(178,43,52); }

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

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

 span { border-color: rgb(178,43,52); }

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