Html Css Color HEX #B92B41 Brick Red

📋 copy color: '#B92B41'

red 185 ◦ green 43 ◦ blue 65

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

Shades of Brick Red #B92B41

Tints of Brick Red #B92B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.68%

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

R = 63.14%
G = 14.68%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B92B41 (or 0xB92B41) is known color: Brick Red. HEX triplet: B9, 2B and 41. RGB value is (185,43,65). Sum of RGB (Red+Green+Blue) = 185+43+65=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B41 is #46D4BE. Grayscale: #585858. Windows color (decimal): -4641983 or 4271033. OLE color: 4271033.

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

Color convert

RGB 185 43 65 -
CMYK 0 0.77 0.65 0.27
HSL 350.7º 0.62% 0.45% -
HSV(B) 350.7º 0.77% 0.73% -
XYZ 21.83 12.42 6.25 -
YUV 87.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 185 43 65 0 0.77 0.65 0.27 350.7 0.62 0.45
Hex B9 2B 41 0 4D 41 1B 15F 3E 2D
Octal 271 53 101 0 115 101 33 537 76 55
Binary 10111001 101011 1000001 0 1001101 1000001 11011 101011111 111110 101101

Color Harmonies of #B92B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92B41

Black with #B92B41

Text Example


Text Example

White with #B92B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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