#B61A3A

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

Shades of Cardinal #B61A3A

Tints of Cardinal #B61A3A

Color information

#B61A3A (or 0xB61A3A) is unknown color: approx Cardinal. HEX triplet: B6, 1A and 3A. RGB value is (182,26,58). Sum of RGB (Red+Green+Blue) = 182+26+58=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A3A is #49E5C5. Grayscale: #4C4C4C. Windows color (decimal): -4842950 or 3807926. OLE color: 3807926.

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

Color convert

RGB1822658-
CMYK00.860.680.29
HSL347.69º75%40.78%-
HSV(B)347.69º85.71%71.37%-
XYZ20.4210.995.05-
YUV76.29117.68203.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.42%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=68.42%
G=9.77%
B=21.80%

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
Decimal182265800.860.680.29347.697540.78
HexB61A3A056441D15c4b29
Octal266327201261043553411351
Binary1011011011010111010010101101000100111011010111001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61A3A; }

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

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

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

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

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

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

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

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