Html Css Color HEX #B92A3A Brick Red

📋 copy color: '#B92A3A'

red 185 ◦ green 42 ◦ blue 58

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

Shades of Brick Red #B92A3A

Tints of Brick Red #B92A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 64.91%
G = 14.74%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B92A3A (or 0xB92A3A) is known color: Brick Red. HEX triplet: B9, 2A and 3A. RGB value is (185,42,58). Sum of RGB (Red+Green+Blue) = 185+42+58=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A3A is #46D5C5. Grayscale: #565656. Windows color (decimal): -4642246 or 3812025. OLE color: 3812025.

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

Color convert

RGB 185 42 58 -
CMYK 0 0.77 0.69 0.27
HSL 353.29º 0.63% 0.45% -
HSV(B) 353.29º 0.77% 0.73% -
XYZ 21.6 12.28 5.23 -
YUV 86.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 185 42 58 0 0.77 0.69 0.27 353.29 0.63 0.45
Hex B9 2A 3A 0 4D 45 1B 161 3F 2D
Octal 271 52 72 0 115 105 33 541 77 55
Binary 10111001 101010 111010 0 1001101 1000101 11011 101100001 111111 101101

Color Harmonies of #B92A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92A3A

Black with #B92A3A

Text Example


Text Example

White with #B92A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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