#B12326

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

Shades of Cardinal #B12326

Tints of Cardinal #B12326

Color information

#B12326 (or 0xB12326) is unknown color: approx Cardinal. HEX triplet: B1, 23 and 26. RGB value is (177,35,38). Sum of RGB (Red+Green+Blue) = 177+35+38=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B12326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12326 is #4EDCD9. Grayscale: #4D4D4D. Windows color (decimal): -5168346 or 2499505. OLE color: 2499505.

HSL color Cylindrical-coordinate representation of color #B12326: hue angle of 358.73º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12326 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1773538-
CMYK00.800.790.31
HSL358.73º66.98%41.57%-
HSV(B)358.73º80.23%69.41%-
XYZ19.0810.692.89-
YUV77.8105.54198.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.8%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=70.8%
G=14%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177353800.800.790.31358.7366.9841.57
HexB123260504F1F167432a
Octal261434601201173754710352
Binary10110001100011100110010100001001111111111011001111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12326; }

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

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

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

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

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

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

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

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