Html Css Color HEX #B9343C Brick Red

📋 copy color: '#B9343C'

red 185 ◦ green 52 ◦ blue 60

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

Shades of Brick Red #B9343C

Tints of Brick Red #B9343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 62.29%
G = 17.51%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9343C (or 0xB9343C) is known color: Brick Red. HEX triplet: B9, 34 and 3C. RGB value is (185,52,60). Sum of RGB (Red+Green+Blue) = 185+52+60=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9343C is #46CBC3. Grayscale: #5C5C5C. Windows color (decimal): -4639684 or 3945657. OLE color: 3945657.

HSL color Cylindrical-coordinate representation of color #B9343C: hue angle of 356.39º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9343C is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 60 -
CMYK 0 0.72 0.68 0.27
HSL 356.39º 0.56% 0.46% -
HSV(B) 356.39º 0.72% 0.73% -
XYZ 22.05 13.1 5.64 -
YUV 92.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 185 52 60 0 0.72 0.68 0.27 356.39 0.56 0.46
Hex B9 34 3C 0 48 44 1B 164 38 2E
Octal 271 64 74 0 110 104 33 544 70 56
Binary 10111001 110100 111100 0 1001000 1000100 11011 101100100 111000 101110

Color Harmonies of #B9343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9343C

Black with #B9343C

Text Example


Text Example

White with #B9343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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