Html Css Color HEX #B92A3C Brick Red

📋 copy color: '#B92A3C'

red 185 ◦ green 42 ◦ blue 60

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

Shades of Brick Red #B92A3C

Tints of Brick Red #B92A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 64.46%
G = 14.63%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B92A3C (or 0xB92A3C) is known color: Brick Red. HEX triplet: B9, 2A and 3C. RGB value is (185,42,60). Sum of RGB (Red+Green+Blue) = 185+42+60=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A3C is #46D5C3. Grayscale: #565656. Windows color (decimal): -4642244 or 3943097. OLE color: 3943097.

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

Color convert

RGB 185 42 60 -
CMYK 0 0.77 0.68 0.27
HSL 352.45º 0.63% 0.45% -
HSV(B) 352.45º 0.77% 0.73% -
XYZ 21.65 12.3 5.51 -
YUV 86.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 185 42 60 0 0.77 0.68 0.27 352.45 0.63 0.45
Hex B9 2A 3C 0 4D 44 1B 160 3F 2D
Octal 271 52 74 0 115 104 33 540 77 55
Binary 10111001 101010 111100 0 1001101 1000100 11011 101100000 111111 101101

Color Harmonies of #B92A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92A3C

Black with #B92A3C

Text Example


Text Example

White with #B92A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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