#B20F30

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

Shades of Cardinal #B20F30

Tints of Cardinal #B20F30

Color information

#B20F30 (or 0xB20F30) is unknown color: approx Cardinal. HEX triplet: B2, 0F and 30. RGB value is (178,15,48). Sum of RGB (Red+Green+Blue) = 178+15+48=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20F30 is #4DF0CF. Grayscale: #434343. Windows color (decimal): -5107920 or 3149746. OLE color: 3149746.

HSL color Cylindrical-coordinate representation of color #B20F30: hue angle of 347.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20F30 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB1781548-
CMYK00.920.730.30
HSL347.85º84.46%37.84%-
HSV(B)347.85º91.57%69.8%-
XYZ19.0610.023.73-
YUV67.5117206.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.86%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=73.86%
G=6.22%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178154800.920.730.30347.8584.4637.84
HexB2F3005C491E15c5426
Octal262176001341113653412446
Binary101100101111110000010111001001001111101010111001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20F30; }

 p { color: rgb(178,15,48); }

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

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

 a { background-color: rgb(178,15,48); }

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

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

 span { border-color: rgb(178,15,48); }

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