Html Css Color HEX #B13C40 Brick Red

📋 copy color: '#B13C40'

red 177 ◦ green 60 ◦ blue 64

#B13C40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #B13C40

Tints of Brick Red #B13C40

RGB

 RED value IS 177 (69.53% from 255) = 58.8%

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 58.8%
G = 19.93%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B13C40 (or 0xB13C40) is known color: Brick Red. HEX triplet: B1, 3C and 40. RGB value is (177,60,64). Sum of RGB (Red+Green+Blue) = 177+60+64=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C40 is #4EC3BF. Grayscale: #5F5F5F. Windows color (decimal): -5161920 or 4209841. OLE color: 4209841.

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

Color convert

RGB 177 60 64 -
CMYK 0 0.66 0.64 0.31
HSL 357.95º 0.49% 0.46% -
HSV(B) 357.95º 0.66% 0.69% -
XYZ 20.67 12.95 6.26 -
YUV 95.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 177 60 64 0 0.66 0.64 0.31 357.95 0.49 0.46
Hex B1 3C 40 0 42 40 1F 166 31 2E
Octal 261 74 100 0 102 100 37 546 61 56
Binary 10110001 111100 1000000 0 1000010 1000000 11111 101100110 110001 101110

Color Harmonies of #B13C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C40

Black with #B13C40

Text Example


Text Example

White with #B13C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C40; }

 p { color: rgb(177,60,64); }

 H1.HeaderClassName
 {
   color: #B13C40;
 }
 .AnyTagClassName
 {
   color: #B13C40;
 }
</style>

background-color css

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

 a { background-color: rgb(177,60,64); }

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

border-color css

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

 span { border-color: rgb(177,60,64); }

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