Html Css Color HEX #B92E3E Brick Red

📋 copy color: '#B92E3E'

red 185 ◦ green 46 ◦ blue 62

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

Shades of Brick Red #B92E3E

Tints of Brick Red #B92E3E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.7%

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

R = 63.14%
G = 15.7%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B92E3E (or 0xB92E3E) is known color: Brick Red. HEX triplet: B9, 2E and 3E. RGB value is (185,46,62). Sum of RGB (Red+Green+Blue) = 185+46+62=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E3E is #46D1C1. Grayscale: #595959. Windows color (decimal): -4641218 or 4075193. OLE color: 4075193.

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

Color convert

RGB 185 46 62 -
CMYK 0 0.75 0.66 0.27
HSL 353.09º 0.6% 0.45% -
HSV(B) 353.09º 0.75% 0.73% -
XYZ 21.85 12.62 5.84 -
YUV 89.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 185 46 62 0 0.75 0.66 0.27 353.09 0.6 0.45
Hex B9 2E 3E 0 4B 42 1B 161 3C 2D
Octal 271 56 76 0 113 102 33 541 74 55
Binary 10111001 101110 111110 0 1001011 1000010 11011 101100001 111100 101101

Color Harmonies of #B92E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92E3E

Black with #B92E3E

Text Example


Text Example

White with #B92E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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