#B22629

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

Shades of Cardinal #B22629

Tints of Cardinal #B22629

Color information

#B22629 (or 0xB22629) is unknown color: approx Cardinal. HEX triplet: B2, 26 and 29. RGB value is (178,38,41). Sum of RGB (Red+Green+Blue) = 178+38+41=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B22629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22629 is #4DD9D6. Grayscale: #505050. Windows color (decimal): -5102039 or 2696882. OLE color: 2696882.

HSL color Cylindrical-coordinate representation of color #B22629: hue angle of 358.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22629 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1783841-
CMYK00.790.770.30
HSL358.71º64.81%42.35%-
HSV(B)358.71º78.65%69.8%-
XYZ19.4511.013.2-
YUV80.2105.88197.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 69.26%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=69.26%
G=14.79%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178384100.790.770.30358.7164.8142.35
HexB2262904F4D1E167412a
Octal262465101171153654710152
Binary10110010100110101001010011111001101111101011001111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22629; }

 p { color: rgb(178,38,41); }

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

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

 a { background-color: rgb(178,38,41); }

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

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

 span { border-color: rgb(178,38,41); }

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