#B10835

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

Shades of Cardinal #B10835

Tints of Cardinal #B10835

Color information

#B10835 (or 0xB10835) is unknown color: approx Cardinal. HEX triplet: B1, 08 and 35. RGB value is (177,8,53). Sum of RGB (Red+Green+Blue) = 177+8+53=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B10835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10835 is #4EF7CA. Grayscale: #3F3F3F. Windows color (decimal): -5175243 or 3475633. OLE color: 3475633.

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

Color convert

RGB177853-
CMYK00.950.700.31
HSL344.02º91.35%36.27%-
HSV(B)344.02º95.48%69.41%-
XYZ18.869.784.26-
YUV63.66121.99208.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.37%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=74.37%
G=3.36%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17785300.950.700.31344.0291.3536.27
HexB183505F461F1585b24
Octal261106501371063753013344
Binary101100011000110101010111111000110111111010110001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10835; }

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

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

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

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

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

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

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

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