#B61A3B

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

Shades of Cardinal #B61A3B

Tints of Cardinal #B61A3B

Color information

#B61A3B (or 0xB61A3B) is unknown color: approx Cardinal. HEX triplet: B6, 1A and 3B. RGB value is (182,26,59). Sum of RGB (Red+Green+Blue) = 182+26+59=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A3B is #49E5C4. Grayscale: #4C4C4C. Windows color (decimal): -4842949 or 3873462. OLE color: 3873462.

HSL color Cylindrical-coordinate representation of color #B61A3B: hue angle of 347.31º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61A3B is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1822659-
CMYK00.860.680.29
HSL347.31º75%40.78%-
HSV(B)347.31º85.71%71.37%-
XYZ20.45115.18-
YUV76.41118.18203.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.16%
GREEN value IS 26 (10.55% from 255) = 9.74%
BLUE value IS 59 (23.44% from 255) = 22.10%
R=68.16%
G=9.74%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182265900.860.680.29347.317540.78
HexB61A3B056441D15b4b29
Octal266327301261043553311351
Binary1011011011010111011010101101000100111011010110111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61A3B; }

 p { color: rgb(182,26,59); }

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

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

 a { background-color: rgb(182,26,59); }

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

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

 span { border-color: rgb(182,26,59); }

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