#B12338

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

Shades of Cardinal #B12338

Tints of Cardinal #B12338

Color information

#B12338 (or 0xB12338) is unknown color: approx Cardinal. HEX triplet: B1, 23 and 38. RGB value is (177,35,56). Sum of RGB (Red+Green+Blue) = 177+35+56=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B12338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12338 is #4EDCC7. Grayscale: #4F4F4F. Windows color (decimal): -5168328 or 3679153. OLE color: 3679153.

HSL color Cylindrical-coordinate representation of color #B12338: hue angle of 351.13º 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 #B12338 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1773556-
CMYK00.800.680.31
HSL351.13º66.98%41.57%-
HSV(B)351.13º80.23%69.41%-
XYZ19.4510.834.81-
YUV79.85114.54197.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.04%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=66.04%
G=13.06%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177355600.800.680.31351.1366.9841.57
HexB12338050441F15f432a
Octal261437001201043753710352
Binary10110001100011111000010100001000100111111010111111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12338; }

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

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

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

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

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

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

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

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