#B20D2B

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

Shades of Cardinal #B20D2B

Tints of Cardinal #B20D2B

Color information

#B20D2B (or 0xB20D2B) is unknown color: approx Cardinal. HEX triplet: B2, 0D and 2B. RGB value is (178,13,43). Sum of RGB (Red+Green+Blue) = 178+13+43=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D2B is #4DF2D4. Grayscale: #414141. Windows color (decimal): -5108437 or 2821554. OLE color: 2821554.

HSL color Cylindrical-coordinate representation of color #B20D2B: hue angle of 349.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D2B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1781343-
CMYK00.930.760.30
HSL349.09º86.39%37.45%-
HSV(B)349.09º92.7%69.8%-
XYZ18.949.933.2-
YUV65.76115.16208.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 76.07%
GREEN value IS 13 (5.47% from 255) = 5.56%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=76.07%
G=5.56%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178134300.930.760.30349.0986.3937.45
HexB2D2B05D4C1E15d5625
Octal262155301351143653512645
Binary101100101101101011010111011001100111101010111011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20D2B; }

 p { color: rgb(178,13,43); }

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

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

 a { background-color: rgb(178,13,43); }

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

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

 span { border-color: rgb(178,13,43); }

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