Html Css Color HEX #B92F3A Brick Red

📋 copy color: '#B92F3A'

red 185 ◦ green 47 ◦ blue 58

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

Shades of Brick Red #B92F3A

Tints of Brick Red #B92F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

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

R = 63.79%
G = 16.21%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B92F3A (or 0xB92F3A) is known color: Brick Red. HEX triplet: B9, 2F and 3A. RGB value is (185,47,58). Sum of RGB (Red+Green+Blue) = 185+47+58=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F3A is #46D0C5. Grayscale: #595959. Windows color (decimal): -4640966 or 3813305. OLE color: 3813305.

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

Color convert

RGB 185 47 58 -
CMYK 0 0.75 0.69 0.27
HSL 355.22º 0.59% 0.45% -
HSV(B) 355.22º 0.75% 0.73% -
XYZ 21.79 12.65 5.3 -
YUV 89.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 185 47 58 0 0.75 0.69 0.27 355.22 0.59 0.45
Hex B9 2F 3A 0 4B 45 1B 163 3B 2D
Octal 271 57 72 0 113 105 33 543 73 55
Binary 10111001 101111 111010 0 1001011 1000101 11011 101100011 111011 101101

Color Harmonies of #B92F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92F3A

Black with #B92F3A

Text Example


Text Example

White with #B92F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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