#B3263A

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

Shades of Cardinal #B3263A

Tints of Cardinal #B3263A

Color information

#B3263A (or 0xB3263A) is unknown color: approx Cardinal. HEX triplet: B3, 26 and 3A. RGB value is (179,38,58). Sum of RGB (Red+Green+Blue) = 179+38+58=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3263A is #4CD9C5. Grayscale: #525252. Windows color (decimal): -5036486 or 3810995. OLE color: 3810995.

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

Color convert

RGB1793858-
CMYK00.790.680.30
HSL351.49º64.98%42.55%-
HSV(B)351.49º78.77%70.2%-
XYZ20.0511.285.12-
YUV82.44114.21196.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.09%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=65.09%
G=13.82%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179385800.790.680.30351.4964.9842.55
HexB3263A04F441E15f412b
Octal263467201171043653710153
Binary10110011100110111010010011111000100111101010111111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3263A; }

 p { color: rgb(179,38,58); }

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

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

 a { background-color: rgb(179,38,58); }

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

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

 span { border-color: rgb(179,38,58); }

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