#B6273A

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

Shades of Cardinal #B6273A

Tints of Cardinal #B6273A

Color information

#B6273A (or 0xB6273A) is unknown color: approx Cardinal. HEX triplet: B6, 27 and 3A. RGB value is (182,39,58). Sum of RGB (Red+Green+Blue) = 182+39+58=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6273A is #49D8C5. Grayscale: #535353. Windows color (decimal): -4839622 or 3811254. OLE color: 3811254.

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

Color convert

RGB1823958-
CMYK00.790.680.29
HSL352.03º64.71%43.33%-
HSV(B)352.03º78.57%71.37%-
XYZ20.7811.75.17-
YUV83.92113.38197.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.23%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=65.23%
G=13.98%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182395800.790.680.29352.0364.7143.33
HexB6273A04F441D160412b
Octal266477201171043554010153
Binary10110110100111111010010011111000100111011011000001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6273A; }

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

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

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

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

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

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

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

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