Html Css Color HEX #B92D3E Brick Red

📋 copy color: '#B92D3E'

red 185 ◦ green 45 ◦ blue 62

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

Shades of Brick Red #B92D3E

Tints of Brick Red #B92D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.23%

R = 63.36%
G = 15.41%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B92D3E (or 0xB92D3E) is known color: Brick Red. HEX triplet: B9, 2D and 3E. RGB value is (185,45,62). Sum of RGB (Red+Green+Blue) = 185+45+62=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D3E is #46D2C1. Grayscale: #585858. Windows color (decimal): -4641474 or 4074937. OLE color: 4074937.

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

Color convert

RGB 185 45 62 -
CMYK 0 0.76 0.66 0.27
HSL 352.71º 0.61% 0.45% -
HSV(B) 352.71º 0.76% 0.73% -
XYZ 21.82 12.54 5.83 -
YUV 88.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 185 45 62 0 0.76 0.66 0.27 352.71 0.61 0.45
Hex B9 2D 3E 0 4C 42 1B 161 3D 2D
Octal 271 55 76 0 114 102 33 541 75 55
Binary 10111001 101101 111110 0 1001100 1000010 11011 101100001 111101 101101

Color Harmonies of #B92D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92D3E

Black with #B92D3E

Text Example


Text Example

White with #B92D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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