#B10834

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

Shades of Cardinal #B10834

Tints of Cardinal #B10834

Color information

#B10834 (or 0xB10834) is unknown color: approx Cardinal. HEX triplet: B1, 08 and 34. RGB value is (177,8,52). Sum of RGB (Red+Green+Blue) = 177+8+52=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B10834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10834 is #4EF7CB. Grayscale: #3F3F3F. Windows color (decimal): -5175244 or 3410097. OLE color: 3410097.

HSL color Cylindrical-coordinate representation of color #B10834: hue angle of 344.38º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10834 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB177852-
CMYK00.950.710.31
HSL344.38º91.35%36.27%-
HSV(B)344.38º95.48%69.41%-
XYZ18.849.774.14-
YUV63.55121.49208.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.68%
GREEN value IS 8 (3.52% from 255) = 3.38%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=74.68%
G=3.38%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17785200.950.710.31344.3891.3536.27
HexB183405F471F1585b24
Octal261106401371073753013344
Binary101100011000110100010111111000111111111010110001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10834; }

 p { color: rgb(177,8,52); }

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

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

 a { background-color: rgb(177,8,52); }

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

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

 span { border-color: rgb(177,8,52); }

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