Html Css Color HEX #B92A3E Brick Red

📋 copy color: '#B92A3E'

red 185 ◦ green 42 ◦ blue 62

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

Shades of Brick Red #B92A3E

Tints of Brick Red #B92A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.53%

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

R = 64.01%
G = 14.53%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B92A3E (or 0xB92A3E) is known color: Brick Red. HEX triplet: B9, 2A and 3E. RGB value is (185,42,62). Sum of RGB (Red+Green+Blue) = 185+42+62=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A3E is #46D5C1. Grayscale: #575757. Windows color (decimal): -4642242 or 4074169. OLE color: 4074169.

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

Color convert

RGB 185 42 62 -
CMYK 0 0.77 0.66 0.27
HSL 351.61º 0.63% 0.45% -
HSV(B) 351.61º 0.77% 0.73% -
XYZ 21.71 12.32 5.79 -
YUV 87.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 185 42 62 0 0.77 0.66 0.27 351.61 0.63 0.45
Hex B9 2A 3E 0 4D 42 1B 160 3F 2D
Octal 271 52 76 0 115 102 33 540 77 55
Binary 10111001 101010 111110 0 1001101 1000010 11011 101100000 111111 101101

Color Harmonies of #B92A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92A3E

Black with #B92A3E

Text Example


Text Example

White with #B92A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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