Html Css Color HEX #B92B3F Brick Red

📋 copy color: '#B92B3F'

red 185 ◦ green 43 ◦ blue 63

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

Shades of Brick Red #B92B3F

Tints of Brick Red #B92B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.65%

R = 63.57%
G = 14.78%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B92B3F (or 0xB92B3F) is known color: Brick Red. HEX triplet: B9, 2B and 3F. RGB value is (185,43,63). Sum of RGB (Red+Green+Blue) = 185+43+63=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B3F is #46D4C0. Grayscale: #575757. Windows color (decimal): -4641985 or 4139961. OLE color: 4139961.

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

Color convert

RGB 185 43 63 -
CMYK 0 0.77 0.66 0.27
HSL 351.55º 0.62% 0.45% -
HSV(B) 351.55º 0.77% 0.73% -
XYZ 21.77 12.4 5.95 -
YUV 87.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 185 43 63 0 0.77 0.66 0.27 351.55 0.62 0.45
Hex B9 2B 3F 0 4D 42 1B 160 3E 2D
Octal 271 53 77 0 115 102 33 540 76 55
Binary 10111001 101011 111111 0 1001101 1000010 11011 101100000 111110 101101

Color Harmonies of #B92B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92B3F

Black with #B92B3F

Text Example


Text Example

White with #B92B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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