Html Css Color HEX #B92B40 Brick Red

📋 copy color: '#B92B40'

red 185 ◦ green 43 ◦ blue 64

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

Shades of Brick Red #B92B40

Tints of Brick Red #B92B40

RGB

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

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

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

R = 63.36%
G = 14.73%
B = 21.92%

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

#B92B40 (or 0xB92B40) is known color: Brick Red. HEX triplet: B9, 2B and 40. RGB value is (185,43,64). Sum of RGB (Red+Green+Blue) = 185+43+64=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B40 is #46D4BF. Grayscale: #575757. Windows color (decimal): -4641984 or 4205497. OLE color: 4205497.

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

Color convert

RGB 185 43 64 -
CMYK 0 0.77 0.65 0.27
HSL 351.13º 0.62% 0.45% -
HSV(B) 351.13º 0.77% 0.73% -
XYZ 21.8 12.41 6.1 -
YUV 87.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 185 43 64 0 0.77 0.65 0.27 351.13 0.62 0.45
Hex B9 2B 40 0 4D 41 1B 15F 3E 2D
Octal 271 53 100 0 115 101 33 537 76 55
Binary 10111001 101011 1000000 0 1001101 1000001 11011 101011111 111110 101101

Color Harmonies of #B92B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92B40

Black with #B92B40

Text Example


Text Example

White with #B92B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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