#B0233F

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

Shades of Cardinal #B0233F

Tints of Cardinal #B0233F

Color information

#B0233F (or 0xB0233F) is unknown color: approx Cardinal. HEX triplet: B0, 23 and 3F. RGB value is (176,35,63). Sum of RGB (Red+Green+Blue) = 176+35+63=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0233F is #4FDCC0. Grayscale: #505050. Windows color (decimal): -5233857 or 4137904. OLE color: 4137904.

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

Color convert

RGB1763563-
CMYK00.800.640.31
HSL348.09º66.82%41.37%-
HSV(B)348.09º80.11%69.02%-
XYZ19.410.795.76-
YUV80.35118.21196.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.23%
GREEN value IS 35 (14.06% from 255) = 12.77%
BLUE value IS 63 (25% from 255) = 22.99%
R=64.23%
G=12.77%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176356300.800.640.31348.0966.8241.37
HexB0233F050401F15c4329
Octal260437701201003753410351
Binary10110000100011111111010100001000000111111010111001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0233F; }

 p { color: rgb(176,35,63); }

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

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

 a { background-color: rgb(176,35,63); }

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

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

 span { border-color: rgb(176,35,63); }

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