Html Css Color HEX #B92C29 Fire Brick

📋 copy color: '#B92C29'

red 185 ◦ green 44 ◦ blue 41

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

Shades of Fire Brick #B92C29

Tints of Fire Brick #B92C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 68.52%
G = 16.3%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B92C29 (or 0xB92C29) is known color: Fire Brick. HEX triplet: B9, 2C and 29. RGB value is (185,44,41). Sum of RGB (Red+Green+Blue) = 185+44+41=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92C29 is #46D3D6. Grayscale: #555555. Windows color (decimal): -4641751 or 2698425. OLE color: 2698425.

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

Color convert

RGB 185 44 41 -
CMYK 0 0.76 0.78 0.27
HSL 1.25º 0.64% 0.44% -
HSV(B) 1.25º 0.78% 0.73% -
XYZ 21.31 12.28 3.34 -
YUV 85.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 185 44 41 0 0.76 0.78 0.27 1.25 0.64 0.44
Hex B9 2C 29 0 4C 4E 1B 1 40 2C
Octal 271 54 51 0 114 116 33 1 100 54
Binary 10111001 101100 101001 0 1001100 1001110 11011 1 1000000 101100

Color Harmonies of #B92C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92C29

Black with #B92C29

Text Example


Text Example

White with #B92C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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