Html Css Color HEX #B92D3C Brick Red

📋 copy color: '#B92D3C'

red 185 ◦ green 45 ◦ blue 60

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

Shades of Brick Red #B92D3C

Tints of Brick Red #B92D3C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.52%

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 63.79%
G = 15.52%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B92D3C (or 0xB92D3C) is known color: Brick Red. HEX triplet: B9, 2D and 3C. RGB value is (185,45,60). Sum of RGB (Red+Green+Blue) = 185+45+60=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D3C is #46D2C3. Grayscale: #585858. Windows color (decimal): -4641476 or 3943865. OLE color: 3943865.

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

Color convert

RGB 185 45 60 -
CMYK 0 0.76 0.68 0.27
HSL 353.57º 0.61% 0.45% -
HSV(B) 353.57º 0.76% 0.73% -
XYZ 21.76 12.52 5.54 -
YUV 88.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 185 45 60 0 0.76 0.68 0.27 353.57 0.61 0.45
Hex B9 2D 3C 0 4C 44 1B 162 3D 2D
Octal 271 55 74 0 114 104 33 542 75 55
Binary 10111001 101101 111100 0 1001100 1000100 11011 101100010 111101 101101

Color Harmonies of #B92D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92D3C

Black with #B92D3C

Text Example


Text Example

White with #B92D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92D3C; }

 p { color: rgb(185,45,60); }

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

background-color css

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

 a { background-color: rgb(185,45,60); }

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

border-color css

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

 span { border-color: rgb(185,45,60); }

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