#B61A2F

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

Shades of Cardinal #B61A2F

Tints of Cardinal #B61A2F

Color information

#B61A2F (or 0xB61A2F) is unknown color: approx Cardinal. HEX triplet: B6, 1A and 2F. RGB value is (182,26,47). Sum of RGB (Red+Green+Blue) = 182+26+47=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A2F is #49E5D0. Grayscale: #4B4B4B. Windows color (decimal): -4842961 or 3087030. OLE color: 3087030.

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

Color convert

RGB1822647-
CMYK00.860.740.29
HSL351.92º75%40.78%-
HSV(B)351.92º85.71%71.37%-
XYZ20.1710.893.73-
YUV75.04112.18204.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.37%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=71.37%
G=10.20%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182264700.860.740.29351.927540.78
HexB61A2F0564A1D1604b29
Octal266325701261123554011351
Binary1011011011010101111010101101001010111011011000001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61A2F; }

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

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

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

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

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

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

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

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