#b7262c

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

Shades of Cardinal #B7262C

Tints of Cardinal #B7262C

Color information

#B7262C (or 0xB7262C) is unknown color: approx Cardinal. HEX triplet: B7, 26 and 2C. RGB value is (183,38,44). Sum of RGB (Red+Green+Blue) = 183+38+44=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7262C is #48D9D3. Grayscale: #525252. Windows color (decimal): -4774356 or 2893495. OLE color: 2893495.

HSL color Cylindrical-coordinate representation of color #B7262C: hue angle of 357.52º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7262C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB1833844-
CMYK00.790.760.28
HSL357.52º65.61%43.33%-
HSV(B)357.52º79.23%71.76%-
XYZ20.6811.643.54-
YUV82.04106.54200.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.06%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=69.06%
G=14.34%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183384400.790.760.28357.5265.6143.33
HexB7262C04F4C1C166422b
Octal267465401171143454610253
Binary10110111100110101100010011111001100111001011001101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7262c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7262c; }

 p { color: rgb(183,38,44); }

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

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

 a { background-color: rgb(183,38,44); }

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

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

 span { border-color: rgb(183,38,44); }

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