#B10F2A

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

Shades of Cardinal #B10F2A

Tints of Cardinal #B10F2A

Color information

#B10F2A (or 0xB10F2A) is unknown color: approx Cardinal. HEX triplet: B1, 0F and 2A. RGB value is (177,15,42). Sum of RGB (Red+Green+Blue) = 177+15+42=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10F2A is #4EF0D5. Grayscale: #424242. Windows color (decimal): -5173462 or 2756529. OLE color: 2756529.

HSL color Cylindrical-coordinate representation of color #B10F2A: hue angle of 350º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10F2A is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1771542-
CMYK00.920.760.31
HSL350º84.38%37.65%-
HSV(B)350º91.53%69.41%-
XYZ18.729.863.11-
YUV66.52114.17206.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.64%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=75.64%
G=6.41%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177154200.920.760.3135084.3837.65
HexB1F2A05C4C1F15e5426
Octal261175201341143753612446
Binary101100011111101010010111001001100111111010111101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10F2A; }

 p { color: rgb(177,15,42); }

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

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

 a { background-color: rgb(177,15,42); }

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

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

 span { border-color: rgb(177,15,42); }

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