#B70335

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

Shades of Cardinal #B70335

Tints of Cardinal #B70335

Color information

#B70335 (or 0xB70335) is unknown color: approx Cardinal. HEX triplet: B7, 03 and 35. RGB value is (183,3,53). Sum of RGB (Red+Green+Blue) = 183+3+53=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B70335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70335 is #48FCCA. Grayscale: #3E3E3E. Windows color (decimal): -4783307 or 3474359. OLE color: 3474359.

HSL color Cylindrical-coordinate representation of color #B70335: hue angle of 343.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70335 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB183353-
CMYK00.980.710.28
HSL343.33º96.77%36.47%-
HSV(B)343.33º98.36%71.76%-
XYZ20.210.394.31-
YUV62.52122.63213.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.57%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=76.57%
G=1.26%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18335300.980.710.28343.3396.7736.47
HexB7335062471C1576124
Octal26736501421073452714144
Binary1011011111110101011000101000111111001010101111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70335; }

 p { color: rgb(183,3,53); }

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

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

 a { background-color: rgb(183,3,53); }

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

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

 span { border-color: rgb(183,3,53); }

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