Html Css Color HEX #B92641 Brick Red

📋 copy color: '#B92641'

red 185 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #B92641

Tints of Brick Red #B92641

RGB

 RED value IS 185 (72.66% from 255) = 64.24%

 GREEN value IS 38 (15.23% from 255) = 13.19%

 BLUE value IS 65 (25.78% from 255) = 22.57%

R = 64.24%
G = 13.19%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B92641 (or 0xB92641) is known color: Brick Red. HEX triplet: B9, 26 and 41. RGB value is (185,38,65). Sum of RGB (Red+Green+Blue) = 185+38+65=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B92641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92641 is #46D9BE. Grayscale: #555555. Windows color (decimal): -4643263 or 4269753. OLE color: 4269753.

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

Color convert

RGB 185 38 65 -
CMYK 0 0.79 0.65 0.27
HSL 348.98º 0.66% 0.44% -
HSV(B) 348.98º 0.79% 0.73% -
XYZ 21.65 12.08 6.19 -
YUV 85.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 185 38 65 0 0.79 0.65 0.27 348.98 0.66 0.44
Hex B9 26 41 0 4F 41 1B 15D 42 2C
Octal 271 46 101 0 117 101 33 535 102 54
Binary 10111001 100110 1000001 0 1001111 1000001 11011 101011101 1000010 101100

Color Harmonies of #B92641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92641

Black with #B92641

Text Example


Text Example

White with #B92641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92641; }

 p { color: rgb(185,38,65); }

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

background-color css

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

 a { background-color: rgb(185,38,65); }

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

border-color css

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

 span { border-color: rgb(185,38,65); }

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