#B61428

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

Shades of Cardinal #B61428

Tints of Cardinal #B61428

Color information

#B61428 (or 0xB61428) is unknown color: approx Cardinal. HEX triplet: B6, 14 and 28. RGB value is (182,20,40). Sum of RGB (Red+Green+Blue) = 182+20+40=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B61428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61428 is #49EBD7. Grayscale: #464646. Windows color (decimal): -4844504 or 2626742. OLE color: 2626742.

HSL color Cylindrical-coordinate representation of color #B61428: hue angle of 352.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61428 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1822040-
CMYK00.890.780.29
HSL352.59º80.2%39.61%-
HSV(B)352.59º89.01%71.37%-
XYZ19.9210.63-
YUV70.72110.67207.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.21%
GREEN value IS 20 (8.20% from 255) = 8.26%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=75.21%
G=8.26%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182204000.890.780.29352.5980.239.61
HexB614280594E1D1615028
Octal266245001311163554112050
Binary1011011010100101000010110011001110111011011000011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61428; }

 p { color: rgb(182,20,40); }

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

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

 a { background-color: rgb(182,20,40); }

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

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

 span { border-color: rgb(182,20,40); }

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