#B00635

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

Shades of Cardinal #B00635

Tints of Cardinal #B00635

Color information

#B00635 (or 0xB00635) is unknown color: approx Cardinal. HEX triplet: B0, 06 and 35. RGB value is (176,6,53). Sum of RGB (Red+Green+Blue) = 176+6+53=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B00635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00635 is #4FF9CA. Grayscale: #3E3E3E. Windows color (decimal): -5241291 or 3475120. OLE color: 3475120.

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

Color convert

RGB176653-
CMYK00.970.700.31
HSL343.41º93.41%35.69%-
HSV(B)343.41º96.59%69.02%-
XYZ18.619.624.24-
YUV62.19122.82209.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 74.89%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=74.89%
G=2.55%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17665300.970.700.31343.4193.4135.69
HexB0635061461F1575d24
Octal26066501411063752713544
Binary10110000110110101011000011000110111111010101111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00635; }

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

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

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

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

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

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

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

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