Html Css Color HEX #B92C40 Brick Red

📋 copy color: '#B92C40'

red 185 ◦ green 44 ◦ blue 64

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

Shades of Brick Red #B92C40

Tints of Brick Red #B92C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 63.14%
G = 15.02%
B = 21.84%

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

#B92C40 (or 0xB92C40) is known color: Brick Red. HEX triplet: B9, 2C and 40. RGB value is (185,44,64). Sum of RGB (Red+Green+Blue) = 185+44+64=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92C40 is #46D3BF. Grayscale: #585858. Windows color (decimal): -4641728 or 4205753. OLE color: 4205753.

HSL color Cylindrical-coordinate representation of color #B92C40: hue angle of 351.49º 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 #B92C40 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 44 64 -
CMYK 0 0.76 0.65 0.27
HSL 351.49º 0.62% 0.45% -
HSV(B) 351.49º 0.76% 0.73% -
XYZ 21.83 12.49 6.11 -
YUV 88.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 185 44 64 0 0.76 0.65 0.27 351.49 0.62 0.45
Hex B9 2C 40 0 4C 41 1B 15F 3E 2D
Octal 271 54 100 0 114 101 33 537 76 55
Binary 10111001 101100 1000000 0 1001100 1000001 11011 101011111 111110 101101

Color Harmonies of #B92C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C40

Black with #B92C40

Text Example


Text Example

White with #B92C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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