#B61348

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

Shades of Cardinal #B61348

Tints of Cardinal #B61348

Color information

#B61348 (or 0xB61348) is unknown color: approx Cardinal. HEX triplet: B6, 13 and 48. RGB value is (182,19,72). Sum of RGB (Red+Green+Blue) = 182+19+72=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B61348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61348 is #49ECB7. Grayscale: #494949. Windows color (decimal): -4844728 or 4723638. OLE color: 4723638.

HSL color Cylindrical-coordinate representation of color #B61348: hue angle of 340.49º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61348 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1821972-
CMYK00.900.600.29
HSL340.49º81.09%39.41%-
HSV(B)340.49º89.56%71.37%-
XYZ20.6910.887.14-
YUV73.78127205.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=66.67%
G=6.96%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182197200.900.600.29340.4981.0939.41
HexB6134805A3C1D1545127
Octal266231100132743552412147
Binary1011011010011100100001011010111100111011010101001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61348; }

 p { color: rgb(182,19,72); }

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

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

 a { background-color: rgb(182,19,72); }

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

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

 span { border-color: rgb(182,19,72); }

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