Html Css Color HEX #B92C41 Brick Red

📋 copy color: '#B92C41'

red 185 ◦ green 44 ◦ blue 65

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

Shades of Brick Red #B92C41

Tints of Brick Red #B92C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.97%

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

R = 62.93%
G = 14.97%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B92C41 (or 0xB92C41) is known color: Brick Red. HEX triplet: B9, 2C and 41. RGB value is (185,44,65). Sum of RGB (Red+Green+Blue) = 185+44+65=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92C41 is #46D3BE. Grayscale: #585858. Windows color (decimal): -4641727 or 4271289. OLE color: 4271289.

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

Color convert

RGB 185 44 65 -
CMYK 0 0.76 0.65 0.27
HSL 351.06º 0.62% 0.45% -
HSV(B) 351.06º 0.76% 0.73% -
XYZ 21.86 12.5 6.26 -
YUV 88.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 185 44 65 0 0.76 0.65 0.27 351.06 0.62 0.45
Hex B9 2C 41 0 4C 41 1B 15F 3E 2D
Octal 271 54 101 0 114 101 33 537 76 55
Binary 10111001 101100 1000001 0 1001100 1000001 11011 101011111 111110 101101

Color Harmonies of #B92C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C41

Black with #B92C41

Text Example


Text Example

White with #B92C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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