#B22627

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

Shades of Cardinal #B22627

Tints of Cardinal #B22627

Color information

#B22627 (or 0xB22627) is unknown color: approx Cardinal. HEX triplet: B2, 26 and 27. RGB value is (178,38,39). Sum of RGB (Red+Green+Blue) = 178+38+39=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B22627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22627 is #4DD9D8. Grayscale: #505050. Windows color (decimal): -5102041 or 2565810. OLE color: 2565810.

HSL color Cylindrical-coordinate representation of color #B22627: hue angle of 359.57º 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 #B22627 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1783839-
CMYK00.790.780.30
HSL359.57º64.81%42.35%-
HSV(B)359.57º78.65%69.8%-
XYZ19.42113.02-
YUV79.97104.88197.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 69.80%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 39 (15.62% from 255) = 15.29%
R=69.80%
G=14.90%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178383900.790.780.30359.5764.8142.35
HexB2262704F4E1E168412a
Octal262464701171163655010152
Binary10110010100110100111010011111001110111101011010001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22627; }

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

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

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

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

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

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

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

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