#B61B43

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

Shades of Cardinal #B61B43

Tints of Cardinal #B61B43

Color information

#B61B43 (or 0xB61B43) is unknown color: approx Cardinal. HEX triplet: B6, 1B and 43. RGB value is (182,27,67). Sum of RGB (Red+Green+Blue) = 182+27+67=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61B43 is #49E4BC. Grayscale: #4D4D4D. Windows color (decimal): -4842685 or 4398006. OLE color: 4398006.

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

Color convert

RGB1822767-
CMYK00.850.630.29
HSL344.52º74.16%40.98%-
HSV(B)344.52º85.16%71.37%-
XYZ20.711.136.37-
YUV77.9121.85202.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.94%
GREEN value IS 27 (10.94% from 255) = 9.78%
BLUE value IS 67 (26.56% from 255) = 24.28%
R=65.94%
G=9.78%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182276700.850.630.29344.5274.1640.98
HexB61B430553F1D1594a29
Octal266331030125773553111251
Binary1011011011011100001101010101111111111011010110011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61B43; }

 p { color: rgb(182,27,67); }

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

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

 a { background-color: rgb(182,27,67); }

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

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

 span { border-color: rgb(182,27,67); }

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