#B0062E

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

Shades of Cardinal #B0062E

Tints of Cardinal #B0062E

Color information

#B0062E (or 0xB0062E) is unknown color: approx Cardinal. HEX triplet: B0, 06 and 2E. RGB value is (176,6,46). Sum of RGB (Red+Green+Blue) = 176+6+46=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B0062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0062E is #4FF9D1. Grayscale: #3D3D3D. Windows color (decimal): -5241298 or 3016368. OLE color: 3016368.

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

Color convert

RGB176646-
CMYK00.970.740.31
HSL345.88º93.41%35.69%-
HSV(B)345.88º96.59%69.02%-
XYZ18.469.563.46-
YUV61.39119.32209.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 77.19%
GREEN value IS 6 (2.73% from 255) = 2.63%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=77.19%
G=2.63%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17664600.970.740.31345.8893.4135.69
HexB062E0614A1F15a5d24
Octal26065601411123753213544
Binary10110000110101110011000011001010111111010110101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0062E; }

 p { color: rgb(176,6,46); }

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

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

 a { background-color: rgb(176,6,46); }

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

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

 span { border-color: rgb(176,6,46); }

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