#B1283D

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

Shades of Cardinal #B1283D

Tints of Cardinal #B1283D

Color information

#B1283D (or 0xB1283D) is unknown color: approx Cardinal. HEX triplet: B1, 28 and 3D. RGB value is (177,40,61). Sum of RGB (Red+Green+Blue) = 177+40+61=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B1283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1283D is #4ED7C2. Grayscale: #535353. Windows color (decimal): -5167043 or 4008113. OLE color: 4008113.

HSL color Cylindrical-coordinate representation of color #B1283D: hue angle of 350.8º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1283D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1774061-
CMYK00.770.660.31
HSL350.8º63.13%42.55%-
HSV(B)350.8º77.4%69.41%-
XYZ19.7311.25.54-
YUV83.36115.39194.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.67%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 61 (24.22% from 255) = 21.94%
R=63.67%
G=14.39%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177406100.770.660.31350.863.1342.55
HexB1283D04D421F15f3f2b
Octal26150750115102375377753
Binary1011000110100011110101001101100001011111101011111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1283D; }

 p { color: rgb(177,40,61); }

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

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

 a { background-color: rgb(177,40,61); }

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

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

 span { border-color: rgb(177,40,61); }

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