#B92B35

Color #B92B35 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #B92B35

Tints of Brick Red #B92B35

Color information

#B92B35 (or 0xB92B35) is unknown color: approx Brick Red. HEX triplet: B9, 2B and 35. RGB value is (185,43,53). Sum of RGB (Red+Green+Blue) = 185+43+53=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B35 is #46D4CA. Grayscale: #565656. Windows color (decimal): -4641995 or 3484601. OLE color: 3484601.

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

Color convert

RGB1854353-
CMYK00.770.710.27
HSL355.77º62.28%44.71%-
HSV(B)355.77º76.76%72.55%-
XYZ21.5112.34.61-
YUV86.6109.04198.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.84%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=65.84%
G=15.30%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185435300.770.710.27355.7762.2844.71
HexB92B3504D471B1643e2d
Octal27153650115107335447655
Binary1011100110101111010101001101100011111011101100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B35; }

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

 H1.HeaderClassName
 {
   color: #B92B35;
 }
 .AnyTagClassName
 {
   color: #B92B35;
 }
</style>
background-color css

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

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

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

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

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

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