#B61A41

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

Shades of Cardinal #B61A41

Tints of Cardinal #B61A41

Color information

#B61A41 (or 0xB61A41) is unknown color: approx Cardinal. HEX triplet: B6, 1A and 41. RGB value is (182,26,65). Sum of RGB (Red+Green+Blue) = 182+26+65=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A41 is #49E5BE. Grayscale: #4D4D4D. Windows color (decimal): -4842943 or 4266678. OLE color: 4266678.

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

Color convert

RGB1822665-
CMYK00.860.640.29
HSL345º75%40.78%-
HSV(B)345º85.71%71.37%-
XYZ20.6111.076.05-
YUV77.09121.18202.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.67%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=66.67%
G=9.52%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182266500.860.640.293457540.78
HexB61A41056401D1594b29
Octal2663210101261003553111351
Binary10110110110101000001010101101000000111011010110011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61A41; }

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

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

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

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

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

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

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

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