Html Css Color HEX #B1303E Brick Red

📋 copy color: '#B1303E'

red 177 ◦ green 48 ◦ blue 62

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

Shades of Brick Red #B1303E

Tints of Brick Red #B1303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.72%

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 61.67%
G = 16.72%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1303E (or 0xB1303E) is known color: Brick Red. HEX triplet: B1, 30 and 3E. RGB value is (177,48,62). Sum of RGB (Red+Green+Blue) = 177+48+62=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1303E is #4ECFC1. Grayscale: #585858. Windows color (decimal): -5164994 or 4075697. OLE color: 4075697.

HSL color Cylindrical-coordinate representation of color #B1303E: hue angle of 353.49º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1303E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 48 62 -
CMYK 0 0.73 0.65 0.31
HSL 353.49º 0.57% 0.44% -
HSV(B) 353.49º 0.73% 0.69% -
XYZ 20.06 11.81 5.78 -
YUV 88.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 177 48 62 0 0.73 0.65 0.31 353.49 0.57 0.44
Hex B1 30 3E 0 49 41 1F 161 39 2C
Octal 261 60 76 0 111 101 37 541 71 54
Binary 10110001 110000 111110 0 1001001 1000001 11111 101100001 111001 101100

Color Harmonies of #B1303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1303E

Black with #B1303E

Text Example


Text Example

White with #B1303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1303E; }

 p { color: rgb(177,48,62); }

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

background-color css

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

 a { background-color: rgb(177,48,62); }

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

border-color css

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

 span { border-color: rgb(177,48,62); }

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