#BA262D

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

Shades of Cardinal #BA262D

Tints of Cardinal #BA262D

Color information

#BA262D (or 0xBA262D) is unknown color: approx Cardinal. HEX triplet: BA, 26 and 2D. RGB value is (186,38,45). Sum of RGB (Red+Green+Blue) = 186+38+45=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA262D is #45D9D2. Grayscale: #535353. Windows color (decimal): -4577747 or 2959034. OLE color: 2959034.

HSL color Cylindrical-coordinate representation of color #BA262D: hue angle of 357.16º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA262D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1863845-
CMYK00.800.760.27
HSL357.16º66.07%43.92%-
HSV(B)357.16º79.57%72.94%-
XYZ21.4212.013.67-
YUV83.05106.53201.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.14%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 45 (17.97% from 255) = 16.73%
R=69.14%
G=14.13%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186384500.800.760.27357.1666.0743.92
HexBA262D0504C1B165422c
Octal272465501201143354510254
Binary10111010100110101101010100001001100110111011001011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA262D; }

 p { color: rgb(186,38,45); }

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

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

 a { background-color: rgb(186,38,45); }

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

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

 span { border-color: rgb(186,38,45); }

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