#B61338

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

Shades of Cardinal #B61338

Tints of Cardinal #B61338

Color information

#B61338 (or 0xB61338) is unknown color: approx Cardinal. HEX triplet: B6, 13 and 38. RGB value is (182,19,56). Sum of RGB (Red+Green+Blue) = 182+19+56=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B61338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61338 is #49ECC7. Grayscale: #474747. Windows color (decimal): -4844744 or 3675062. OLE color: 3675062.

HSL color Cylindrical-coordinate representation of color #B61338: hue angle of 346.38º 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 #B61338 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1821956-
CMYK00.900.690.29
HSL346.38º81.09%39.41%-
HSV(B)346.38º89.56%71.37%-
XYZ20.2410.74.74-
YUV71.96119206.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.82%
GREEN value IS 19 (7.81% from 255) = 7.39%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=70.82%
G=7.39%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182195600.900.690.29346.3881.0939.41
HexB6133805A451D15a5127
Octal266237001321053553212147
Binary1011011010011111000010110101000101111011010110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61338; }

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

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

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

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

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

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

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

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