#B1232D

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

Shades of Cardinal #B1232D

Tints of Cardinal #B1232D

Color information

#B1232D (or 0xB1232D) is unknown color: approx Cardinal. HEX triplet: B1, 23 and 2D. RGB value is (177,35,45). Sum of RGB (Red+Green+Blue) = 177+35+45=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1232D is #4EDCD2. Grayscale: #4E4E4E. Windows color (decimal): -5168339 or 2958257. OLE color: 2958257.

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

Color convert

RGB1773545-
CMYK00.800.750.31
HSL355.77º66.98%41.57%-
HSV(B)355.77º80.23%69.41%-
XYZ19.2110.743.54-
YUV78.6109.04198.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.87%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=68.87%
G=13.62%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177354500.800.750.31355.7766.9841.57
HexB1232D0504B1F164432a
Octal261435501201133754410352
Binary10110001100011101101010100001001011111111011001001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1232D; }

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

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

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

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

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

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

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

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