Html Css Color HEX #B92C1D Fire Brick

📋 copy color: '#B92C1D'

red 185 ◦ green 44 ◦ blue 29

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

Shades of Fire Brick #B92C1D

Tints of Fire Brick #B92C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 71.71%
G = 17.05%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B92C1D (or 0xB92C1D) is known color: Fire Brick. HEX triplet: B9, 2C and 1D. RGB value is (185,44,29). Sum of RGB (Red+Green+Blue) = 185+44+29=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92C1D is #46D3E2. Grayscale: #545454. Windows color (decimal): -4641763 or 1911993. OLE color: 1911993.

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

Color convert

RGB 185 44 29 -
CMYK 0 0.76 0.84 0.27
HSL 5.77º 0.73% 0.42% -
HSV(B) 5.77º 0.84% 0.73% -
XYZ 21.13 12.2 2.4 -
YUV 84.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 185 44 29 0 0.76 0.84 0.27 5.77 0.73 0.42
Hex B9 2C 1D 0 4C 54 1B 6 49 2A
Octal 271 54 35 0 114 124 33 6 111 52
Binary 10111001 101100 11101 0 1001100 1010100 11011 110 1001001 101010

Color Harmonies of #B92C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C1D

Black with #B92C1D

Text Example


Text Example

White with #B92C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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