Html Css Color HEX #B1363F Brick Red

📋 copy color: '#B1363F'

red 177 ◦ green 54 ◦ blue 63

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

Shades of Brick Red #B1363F

Tints of Brick Red #B1363F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.43%

R = 60.2%
G = 18.37%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1363F (or 0xB1363F) is known color: Brick Red. HEX triplet: B1, 36 and 3F. RGB value is (177,54,63). Sum of RGB (Red+Green+Blue) = 177+54+63=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1363F is #4EC9C0. Grayscale: #5B5B5B. Windows color (decimal): -5163457 or 4142769. OLE color: 4142769.

HSL color Cylindrical-coordinate representation of color #B1363F: hue angle of 355.61º 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 #B1363F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 63 -
CMYK 0 0.69 0.64 0.31
HSL 355.61º 0.53% 0.45% -
HSV(B) 355.61º 0.69% 0.69% -
XYZ 20.35 12.34 6.01 -
YUV 91.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 177 54 63 0 0.69 0.64 0.31 355.61 0.53 0.45
Hex B1 36 3F 0 45 40 1F 164 35 2D
Octal 261 66 77 0 105 100 37 544 65 55
Binary 10110001 110110 111111 0 1000101 1000000 11111 101100100 110101 101101

Color Harmonies of #B1363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1363F

Black with #B1363F

Text Example


Text Example

White with #B1363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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