#B4263F

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

Shades of Cardinal #B4263F

Tints of Cardinal #B4263F

Color information

#B4263F (or 0xB4263F) is unknown color: approx Cardinal. HEX triplet: B4, 26 and 3F. RGB value is (180,38,63). Sum of RGB (Red+Green+Blue) = 180+38+63=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B4263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4263F is #4BD9C0. Grayscale: #535353. Windows color (decimal): -4970945 or 4138676. OLE color: 4138676.

HSL color Cylindrical-coordinate representation of color #B4263F: hue angle of 349.44º 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 #B4263F is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1803863-
CMYK00.790.650.29
HSL349.44º65.14%42.75%-
HSV(B)349.44º78.89%70.59%-
XYZ20.4111.455.84-
YUV83.31116.54196.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.06%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 63 (25% from 255) = 22.42%
R=64.06%
G=13.52%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180386300.790.650.29349.4465.1442.75
HexB4263F04F411D15d412b
Octal264467701171013553510153
Binary10110100100110111111010011111000001111011010111011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4263F; }

 p { color: rgb(180,38,63); }

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

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

 a { background-color: rgb(180,38,63); }

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

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

 span { border-color: rgb(180,38,63); }

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