Html Css Color HEX #B1363B Brick Red

📋 copy color: '#B1363B'

red 177 ◦ green 54 ◦ blue 59

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

Shades of Brick Red #B1363B

Tints of Brick Red #B1363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 61.03%
G = 18.62%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1363B (or 0xB1363B) is known color: Brick Red. HEX triplet: B1, 36 and 3B. RGB value is (177,54,59). Sum of RGB (Red+Green+Blue) = 177+54+59=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1363B is #4EC9C4. Grayscale: #5B5B5B. Windows color (decimal): -5163461 or 3880625. OLE color: 3880625.

HSL color Cylindrical-coordinate representation of color #B1363B: hue angle of 357.56º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1363B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 59 -
CMYK 0 0.69 0.67 0.31
HSL 357.56º 0.53% 0.45% -
HSV(B) 357.56º 0.69% 0.69% -
XYZ 20.24 12.3 5.45 -
YUV 91.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 177 54 59 0 0.69 0.67 0.31 357.56 0.53 0.45
Hex B1 36 3B 0 45 43 1F 166 35 2D
Octal 261 66 73 0 105 103 37 546 65 55
Binary 10110001 110110 111011 0 1000101 1000011 11111 101100110 110101 101101

Color Harmonies of #B1363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1363B

Black with #B1363B

Text Example


Text Example

White with #B1363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1363B; }

 p { color: rgb(177,54,59); }

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

background-color css

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

 a { background-color: rgb(177,54,59); }

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

border-color css

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

 span { border-color: rgb(177,54,59); }

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