#B13D41

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

Shades of Brick Red #B13D41

Tints of Brick Red #B13D41

Color information

#B13D41 (or 0xB13D41) is unknown color: approx Brick Red. HEX triplet: B1, 3D and 41. RGB value is (177,61,65). Sum of RGB (Red+Green+Blue) = 177+61+65=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D41 is #4EC2BE. Grayscale: #606060. Windows color (decimal): -5161663 or 4275633. OLE color: 4275633.

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

Color convert

RGB1776165-
CMYK00.660.630.31
HSL357.93º48.74%46.67%-
HSV(B)357.93º65.54%69.41%-
XYZ20.7513.076.43-
YUV96.14110.43185.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 61 (24.22% from 255) = 20.13%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=58.42%
G=20.13%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177616500.660.630.31357.9348.7446.67
HexB13D410423F1F166312f
Octal26175101010277375466157
Binary1011000111110110000010100001011111111111101100110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D41; }

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

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

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

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

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

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

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

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